@dataql/react-native
Version:
DataQL React Native SDK with offline-first capabilities and clean API
28 lines (21 loc) • 2.65 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 0.4.0 (2025-06-25)
### Bug Fixes
- clarify database config architecture - Client → Worker → Lambda → Database ([09acbd5](https://github.com/Andrejs1979/dataql/commit/09acbd526f56335b20a9f94e12ec7bed69bc6ec5))
- **react-native:** resolve pre-existing TypeScript errors ([20e7157](https://github.com/Andrejs1979/dataql/commit/20e7157ba4f02dae89b036f89cf0adc8c0230f2e))
### Features
- Add @dataql/react-native package with offline-first capabilities ([4f390d9](https://github.com/Andrejs1979/dataql/commit/4f390d9810b4dc0a223fef5c43280f4352d0e74d))
- Add custom network transport support to React Native SDK ([ffcf2cb](https://github.com/Andrejs1979/dataql/commit/ffcf2cb3d59cfc09c3ff46635361269c2ed031e5))
- Add internal connection mechanism for direct MongoDB access ([baba1a2](https://github.com/Andrejs1979/dataql/commit/baba1a2b1937f7cb0530767ef8eb4a03781c7add))
- Complete React Web SDK implementation and refactor React Native SDK ([f980e26](https://github.com/Andrejs1979/dataql/commit/f980e26421a3c982e196479b8259dd40f8fd3750))
- extend client config with comprehensive database configuration ([119f809](https://github.com/Andrejs1979/dataql/commit/119f8094d797cdedddf5efcf7bee0a1cb58217ae))
- fix and publish React Native SDK ([c8ed948](https://github.com/Andrejs1979/dataql/commit/c8ed948fbef89100add7a644306a11dd02533c80))
- implement database config flow from client through worker to lambda ([d0259d2](https://github.com/Andrejs1979/dataql/commit/d0259d244698b3129f6050e62d684b1a1501c835))
- Implement environment-specific worker URLs ([0a56fdb](https://github.com/Andrejs1979/dataql/commit/0a56fdbe1f6ee9bb3498847a4c5c46e76e104421))
- Implement simplified user-facing DatabaseConfig interface while preserving internal configurations ([74e2ca9](https://github.com/Andrejs1979/dataql/commit/74e2ca9b7109bff2cb8db1a5cf62a9ad5a340bd8))
- **react-native:** ensure consistent query signatures across all operations ([2ef5e4c](https://github.com/Andrejs1979/dataql/commit/2ef5e4c2c1cccc565372a513d99c5055ef7c5801))
- **react-native:** implement Drizzle live queries ([bc7252e](https://github.com/Andrejs1979/dataql/commit/bc7252e8e9abd57813b6c7c373071b66ff76d0de))
- refactor SDKs with common BaseDataQLClient ([cea8d1d](https://github.com/Andrejs1979/dataql/commit/cea8d1d8a227d09f53261148b6dc5066a5da1e2a))
- remove timeout and retry options from DatabaseConfig ([da6d443](https://github.com/Andrejs1979/dataql/commit/da6d443a5db11c05189820ef9be67d7567c1a811))