-
arango_driver-v3.6.0919e589f · ·
- **FIX**: DbClient.runAndReturnStream now throws proper error when invalid query. - **FIX**: CollectionsKeyOptions made const. - **FIX**: newQuery method moved from extension into DbClient. - **FEAT**: Allow null bound variable value. - **FEAT**: Added collection key generation options. - **FEAT**: Support for creating TTL indexes.
-
arangodb_repository-v6.0.0919e589f · ·
> Note: This release has breaking changes. - **FIX**: minor hint fix. - **FEAT**: Delete method returns deleted entity. - **BREAKING** **FIX**: Deprecating classes that are too specific to be part of this framework. - **BREAKING** **FIX**: Deprecated transaction lifecycle from repository.
-
cloud_run_grpc_auth-v0.11.0919e589f · ·
> Note: This release has breaking changes. - **FIX**: Fixed all pending warnings. - **BREAKING** **FEAT**: Support for calling Google APIs.
-
defaults_provider_generator-v2.3.0919e589f · ·
- **FIX**: Fixed warnings. - **FIX**: Update analyzer dependency ([#4](https://gitlab.com/ruicraveiro/dart_framework/-/issues/4)). - **FEAT**: also allowMissingFields for defaults generator. Generated sources will result in compilation error if it's actually a problem.
-
firebase_go_admin-v0.11.0919e589f · ·
> Note: This release has breaking changes. - **FIX**: Fixed missing firebase_admin.so. - **BREAKING** **FEAT**: firebase_go_admin go code moved inside the dart package.
-
grpc_host-v5.0.0919e589f · ·
> Note: This release has breaking changes. - **FIX**: EntityServiceParameters.fromEntityAdapter no longer a factory. - **FEAT**: Delete method returns deleted entity. - **FEAT**: CrudServiceMethods mixin supports transactions. - **BREAKING** **FEAT**: Deprecated entire services library. - **BREAKING** **FEAT**: :New versions of service classes that are more decoupled from gRPC.
-
map_mapper_generator-v3.5.0919e589f · ·
- **REFACTOR**: Use interpolation to compose strings and values (fieldName + '.' => '$fieldName.'). - **FIX**: Fixed all pending warnings. - **FIX**: Update analyzer dependency ([#4](https://gitlab.com/ruicraveiro/dart_framework/-/issues/4)). - **FEAT**: Include encapsulated fields that match constructor parameters when generating `Mapper` classes and `.proto` files ([#6](https://gitlab.com/ruicraveiro/dart_framework/-/issues/6)). - **FEAT**: Generating $type constant for each map-mapped class. - **FEAT**: Multi-level hierarchy polymorphism.
-
mongo_go-v4.0.0919e589f · ·
> Note: This release has breaking changes. - **FIX**: Minor fixes to README. - **FIX**: bumped dart_bridge to v1.0.1. - **FIX**: remove root mongo_proxy.so. - **FIX**: moved mongo_proxy.so to lib. - **FIX**: mongo_go pubspec explicitly stating only Linux is supported. - **FIX**: Fixed README reference to mongo_proxy.so to refer to main branch's version. - **FIX**: initializing from all connection factory constructors. - **FIX**: mongo_go depends on bson 3.0.0. - **FIX**: restored the lock on the dependency of decimal 2.2.0. - **FIX**: using bson2 to enable upgrade to decimal 2.3.0. - **FIX**: locked Decimal dependency to 2.2.0. - **FIX**: improved documentation. - **FIX**: Makefile copying mongo_proxy.so instead of link. - **FEAT**: Added name field to Collection. - **FEAT**: Added MongoNoDocumentsError. - **FEAT**: Moved go code into mongo_go package. - **FEAT**: Added findOne. - **FEAT**: include mongo_go.so in package. - **BREAKING** **FEAT**: Type-safe exceptions. - **BREAKING** **FEAT**: Removed native library from package. - **BREAKING** **FEAT**: Updated README to refer to the usage of ffi-lib. - **BREAKING** **FEAT**: changed mongo_proxy.so to mongo_go.so. - **BREAKING** **FEAT**: Bulk write operations.
-
nosql_repository-v5.0.0919e589f · ·
> Note: This release has breaking changes. - **BREAKING** **FIX**: Deprecated transaction lifecycle from repository.
-
proto_generator-v3.4.0919e589f · ·
- **FIX**: Fixed all pending warnings. - **FIX**: Avoid `<dynamic>` suffix for types in generated `.proto` file and `ProtoMapper` classes ([#5](https://gitlab.com/ruicraveiro/dart_framework/-/issues/5)). - **FIX**: Update analyzer dependency ([#4](https://gitlab.com/ruicraveiro/dart_framework/-/issues/4)). - **FIX**: Fixed code generation for abstract classes without implementation of declared interfaces. - **FIX**: Solved excessive imports from protos containing messages for abstract classes. - **FEAT**: Multi-level hierarchy polymorphism. - **FEAT**: Support for gRPC streams.
-
squarealfa_entity_adapter-v3.1.5919e589f · ·
- **REFACTOR**: Use interpolation to compose strings and values (fieldName + '.' => '$fieldName.').
-
squarealfa_entity_adapter_generator-v3.3.0919e589f · ·
- **REFACTOR**: Use interpolation to compose strings and values (fieldName + '.' => '$fieldName.'). - **FIX**: Fixed all pending warnings. - **FIX**: Update analyzer dependency ([#4](https://gitlab.com/ruicraveiro/dart_framework/-/issues/4)). - **FEAT**: EntityAdapter made const.
-
squarealfa_entity_generator-v2.1.9919e589f · ·
- **FIX**: Fixed all pending warnings. - **FIX**: Update analyzer dependency ([#4](https://gitlab.com/ruicraveiro/dart_framework/-/issues/4)).
-
squarealfa_generators_common-v2.5.0919e589f · ·
- **FIX**: minor fix. - **FIX**: Fixed all pending warnings. - **FIX**: Avoid `<dynamic>` suffix for types in generated `.proto` file and `ProtoMapper` classes ([#5](https://gitlab.com/ruicraveiro/dart_framework/-/issues/5)). - **FIX**: Update analyzer dependency ([#4](https://gitlab.com/ruicraveiro/dart_framework/-/issues/4)). - **FIX**: Fixed code generation for abstract classes without implementation of declared interfaces. - **FEAT**: Include encapsulated fields that match constructor parameters when generating `Mapper` classes and `.proto` files ([#6](https://gitlab.com/ruicraveiro/dart_framework/-/issues/6)). - **FEAT**: Multi-level hierarchy polymorphism.