bones_api 1.1.17
bones_api: ^1.1.17 copied to clipboard
Bones_API - A Powerful API backend framework for Dart. Comes with a built-in HTTP Server, routes handler, entity handler, SQL translator, and DB adapters.
1.1.17 #
APIModuleProxy
:- ignoreParametersTypes: added type
APICredential
(should exist only in the implementation).
- ignoreParametersTypes: added type
- reflection_factory: ^1.1.0
1.1.16 #
- reflection_factory: ^1.0.29
1.1.15 #
- Improved GitHub CI.
- Added browser tests.
- mercury_client: ^2.1.5
- swiss_knife: ^3.1.0
- data_serializer: ^1.0.7
1.1.14 #
MemorySQLAdapter
: fixnextID
when entities are stored with pre-defined IDs.EntityHandler
: RenameidFieldsName
toidFieldName
.
1.1.13 #
ClassReflectionEntityHandler
:- Improve
createFromMap
. - Compatibility with
JsonFieldAlias
.
- Improve
- reflection_factory: ^1.0.28
1.1.12 #
SQLAdapter
(PostgreSQL
,MySQL
and in-memory):- Allow auto insert of new entities with explicit IDs. It was trying to update an entity that is not stored.
MemorySQLAdapter
:- Fixed support for relationship tables.
- Fixed isolation of internal data (memory) that was leaking through queries results.
- Improved tests: now running same tests of
PostgreSQL
andMySQL
.
- Better resolution of
EntityRepository
when multiple candidates are present. - Added helpers:
deepCopy
,deepCopyList
,deepCopySet
anddeepCopyMap
.
1.1.11 #
Transaction
:- Queries now reuse already instantiated entities in the same transaction.
- Added
EntityCache
for entity instantiation fromMap
or JSON. EntityRepository
:- Added
storeAllFromJson
andstoreFromJson
.
- Added
MemorySQLAdapter
:- Fixed relationships of
TableScheme
loaded by the memory SQLAdapter.
- Fixed relationships of
- Fix update of sub-entities, that was being ignored.
- Improve error logging.
- reflection_factory: ^1.0.27
1.1.10 #
- Optimize relationship requests to resolve entities.
MemorySQLAdapter
: support of returned columns with alias name.
1.1.9 #
- Fix update SQL when a set value is null.
1.1.8 #
APIServer
andAPIModule
: improved error logging.- statistics: ^1.0.20
1.1.7 #
APIModuleProxy
: ignoringAPIRequest
parameters.- reflection_factory: ^1.0.25
1.1.6 #
APIServer
:- Improved CORES response (
OPTIONS
request).
- Improved CORES response (
APISecurity
:- Improved resolution of credential token and related username.
- Improved tests.
1.1.5 #
- SQL:
- Added:
numeric
type mapped toDecimal
.
- Added:
- Fix JSON parsing of
Decimal
types.
1.1.4 #
- Integrate
Decimal
to entities, repositories, JSON and SQL. - Improve
APIPlatform
. - statistics: ^1.0.19
1.1.3 #
EntityHandler.resolveValueByType
:- Avoid
dev_compiler
bug https://github.com/dart-lang/sdk/issues/48631 when generating JS code.
- Avoid
1.1.2 #
- Added
ConditionIdIN
: to allow optimized selection of multiple IDs with one query. - Added
EntityProvider
to all entity field resolution related operations, likecreateFromMap
andJson.decode
. - Improve
APIModuleHttpProxy
response body decoding. - reflection_factory: ^1.0.24
- mercury_client: ^2.1.4
1.1.1 #
- Fix
MethodReflectionExtension.returnsAPIResponse
.
1.1.0 #
- Added
APIModuleProxy
andAPIModuleHttpProxy
. - reflection_factory: ^1.0.23
- meta: ^1.7.0
1.0.39 #
- Added support to Let's Encrypt HTTPS certificates.
bones_api.dart
CLI:- Allow domain static files.
APIRoot
:APILogger
: to allow logging ofAPIRoot
events.APIRequestHandler
: for personalized request handlers.- New fields
preApiRequestHandlers
andposApiRequestHandlers
.
- Fix
SQLAdapter.generateInsertRelationshipSQLs
. - Added test tag:
slow
- shelf_static: ^1.1.0
- shelf_letsencrypt: ^1.0.0
- dart_spawner: ^1.0.6
- data_serializer: ^1.0.6
- mercury_client: ^2.1.3
- build_verify: ^3.0.0
- path: ^1.8.1
- sdk: '>=2.14.0 <3.0.0'
1.0.38 #
- Fix references and naming:
postgre
topostgres
. APIServer
: added support forGzip
encoding, through packageshelf_gzip
.- shelf_gzip: ^4.0.0
- reflection_factory: ^1.0.21
- data_serializer: ^1.0.3
1.0.37 #
- Added support to
Condition
operator=~
(IN
). - Added support to SQL operator
IN
. - postgres: ^2.4.3
- test: ^1.19.5
- dependency_validator: ^3.1.2
1.0.36 #
TypeParser
andTypeInfo
moved to packagereflection_factory
.- reflection_factory: ^1.0.20
1.0.35 #
- Fix
TypeInfo
:- Now
TypeInfo
handlesType
comparison in a special way (to keep consistence between VM and JS/Web).
- Now
1.0.34 #
- Improved
EntityHandler
resolution of fields while creating instances fromMap
. - reflection_factory: ^1.0.19
1.0.33 #
Entity
&EntityHandler
:- Added support for enums.
- Added
enumToName
andenumFromName
- reflection_factory: ^1.0.18
1.0.32 #
Json
:- Integrated with
reflection_factory
JsonCodec
.
- Integrated with
FieldsFromMap.getFieldsValuesFromMap
: added parameterincludeAbsentFields
.isAPIMethod
: now ignores methods declared byAPIModule
, sincereflection_factory
now supports supper classes.- reflection_factory: ^1.0.17
- postgres: ^2.4.2
- build_runner: ^2.1.5
- test: ^1.19.3
1.0.31 #
- Added
APIServer.apiInfoURL
. - Updated
bones_api_template.tar.gz
. - CLI
serve
: fix an issue when mixing parameters-b
and-r
.
1.0.30 #
Json.toJson
:- Added parameters:
removeNullFields
andentityHandlerProvider
. - Fixed application of
removeField
andmaskField
over an entity.
- Added parameters:
1.0.29 #
- Improved
Json.toJson
. - Added field
APIAuthentication.data
. APISecurity
: addedgetAuthenticationData
.
1.0.28 #
- Added
API-INFO
path: describes the API routes.
1.0.27 #
- Improved resolution of
ClassReflectionEntityHandler
. - Extension:
ReflectionFactory.createFromMap
.ClassReflection.createFromMap
.
- async_extension: ^1.0.9
- reflection_factory: ^1.0.16
1.0.26 #
- Added
APICredential
,APIPassword
andAPISecurity
. - Routes now can have
APIRouteRule
annotations. EntityHandler
: now using also using sibling reflections to resolve.DataTime
:toJson
now converts to aUTC
string.- Added
MapMultiValueExtension
. - Updated
bones_api_template.tar.gz
. - reflection_factory: ^1.0.14
- crypto: ^3.0.1
1.0.25 #
- Update template:
lib/src/template/bones_api_template.tar.gz
1.0.24 #
TableFieldReference
andTableFieldReference
now also have the fields type.SchemeProvider
now can resolve an entity ID.- Fix
Condition
value when an entity is passed or referenced.
1.0.23 #
Transaction
:- Added
abort
to cancel the current executing transaction. - Better error handling.
- Added
- Error Zone:
runErrorZone
transformed intocreateErrorZone
and an extension withrunGuardedAsync
andasyncTry
.
executeWithPool
: addedvalidator
parameter.- async_extension: ^1.0.8
1.0.22 #
Condition
:- Improved sub-field match.
SQL
:- Allow
Condition
with fields that are a relationship table.
- Allow
MySQLAdapter
:- Using
sqlElementQuote
"`" to avoid issues with reserved words.
- Using
1.0.21 #
- Better handling of route parameters with
null
and empty values. - Improve example and
README.md
. - mercury_client: ^2.1.1
1.0.20 #
APIRouteBuilder
:- Better conversion of parameters types.
- Payload only for parameter of type
Uint8List
.
APIServer
:- Better handling of errors of async payloads (
Future
resolution).
- Better handling of errors of async payloads (
1.0.19 #
- Improved
SQLEntityRepository
tests. - Fixed
MemorySQLAdapter
:- Ensure that relationships entries are unique.
- Update previous entity fields.
- Improved tests tags:
version
,docker
andbuild
.
1.0.18 #
APIResponseStatus
:- Added
BAD_REQUEST
.
- Added
- Added
InstanceTracker
to track entities fields changes. EntityRepository
:- tracking entity fields changes.
- SQL:
- Fix update syntax.
- Improved
UPDATE
to set only modified fields.
1.0.17 #
- Optimize imports.
- Fix wrong import, that was preventing to use in JS/Browser platforms.
1.0.16 #
- Better handling of
APIServer
errors and logging. - Added
runErrorZone
helper. - Added logging for entity operations errors.
- reflection_factory: ^1.0.13
1.0.15 #
EntityHandler
:resolveValueByType
now can select an entity by its ID when necessary.
ClassReflectionEntityHandler
:- Fixed
fieldsTypes
andfindIdFieldName
, to ignore fields that are final or doesn't have a setter. - Fixed use of
reflection
to ensure that current object is used.
- Fixed
- Improved tests to run
Entity
tests repositories with reflection and without reflection. - reflection_factory: ^1.0.12
1.0.14 #
- Added
SQLAdapter
forMySQL
. - SQL:
- Improve generated SQL, to adapt to different dialects.
- Allow generation of SQL with only positional parameters (needed for MySQL).
- Improve return of DELETE, to circumvent SQL dialects without
RETURNNG
andOUTPUT
. - Improved supported types.
- mysql1: ^0.19.2
- docker_commander: ^2.0.13
1.0.13 #
- Added
TypeInfo
to represent better types with generics. - Added
TableRelationshipReference
for use inTableScheme
. - Added
TimedMap
to help with timed caches. - Added
KeyConditionIN
andKeyConditionNotIN
. - Entities:
- Added support to relationship fields.
- Added support for List fields pointing to another entity.
SQLEntityRepository
:- Added support to UPDATE.
- Added support to relationship tables.
1.0.12 #
- CLI:
- Added option
--build
to automatically build reflection files when detected by inspector. - Added commands:
create
: creates abones_api
backend project tree.info
: show information about thebones_api
backend project template.
- Added option
- reflection_factory: ^1.0.10
- project_template: ^1.0.2
- resource_portable: ^3.0.0
1.0.11 #
APIRequest
:- Added
scheme
,requesterSource
and_requesterAddress
.
- Added
APIResponse
:- Added metrics support (used to generate
Server-Timing
headers). - Added
setCORS
.
- Added metrics support (used to generate
- Added
TypeParser
, for lenient parsing of basic Dart types. - Entities:
- Better automatic conversion of types when setting entities fields.
- Added support for transactions.
- Repositories:
- Added
limit
support for queries. - Better resolution of correct
EntityRepository
andEntityHandler
for a type while loading it. - Better resolution of sub-entities in fields.
- Added
- Improved tests:
- Using Docker container to test PostgreSQL adapter.
- async_extension: ^1.0.7
- reflection_factory: ^1.0.8
- docker_commander: ^2.0.12
1.0.10 #
TableScheme
:- Added
getFieldsValues
andgetFieldValue
.
- Added
EntityHandler
: optimized fiel resolution onsetFieldsFromMap
.- Improved dartdoc references.
- Improved tests.
1.0.9 #
apiMethod
now can receive anAPIRequest
parameter while receiving other normal parameters.PostgreSQLAdapter
: correctly resolvingidFieldName
by primary key column.- Added test to ensure that
APIRoot.VERSION
is compatible withpubspec.yaml
. - Added test that uses reflection.
- Added
build_verify
test. - reflection_factory: ^1.0.7
1.0.8 #
- Added
APIConfig
:- CLI now accepts a
--config
option.
- CLI now accepts a
- Rename
Data
classes toEntity
. - Added
MemorySQLAdapter
. - Added
TableScheme
to helpConditionEncoder
:- SQL now can perform inner join:
- Example Condition:
address.state = "NY"
- Example Condition:
- SQL now can perform inner join:
- Improved
ConditionID
encoding:- ID field name (primary key) can be resolved for each table.
#ID
can be used to point to the primary key field/column.
APIRepository
&EntityRepository
:- Added delete operation.
EntityHandler
now handles better fields that points to other entities.- Improved tests.
- async_extension: ^1.0.5
- reflection_factory: ^1.0.6
- yaml: ^3.1.0
- yaml_writer: ^1.0.1
- mercury_client: ^2.1.0
1.0.7 #
- Added
APIPayload.payloadFileExtension
. - Added
ConditionEncoder
,ConditionSQLEncoder
. - Improved Data & Entity framework:
- Added
SQLDatabaseAdapter
andPostgreAdapter
. - Added
DataRepositorySQL
.
- Added
- Added DB Adapter for PostgreSQL.
- APIServer:
- Better auto MIME Type resolution.
- Now API methods can return
FutureOr<APIResponse>
. - mime: ^1.0.0
1.0.6 #
- CLI Hot Reload fixed:
- Avoid reload of main Isolate (bones_api CLI), since API is spawned in it's own Isolate.
DataEntity
:- Added
fieldsNames
.
- Added
DataHandlerProvider
:- Fixed
getDataHandler
.
- Fixed
- Added
EntityDataHandler
andDataRepositoryProvider
.
1.0.5 #
- Added integration with
ReflectionFactory
.- Routes can be configured using a
reflection
object.
- Routes can be configured using a
APIServer
:- Added support to Dart VM Hot Reload.
- CLI
bones_api
:- Added flag
--hotreload
to serve the API with Hot Reload enabled.
- Added flag
- Added
DataEntity
andDataHandler
framework - Added
Condition
:- Allow queries using a syntax similar to Dart.
- New
APIRepository
, to allow database agnostic integration. - dart_spawner: ^1.0.5
- reflection_factory: ^1.0.4
- args: ^2.2.0
- petitparser: ^4.2.0
- hotreloader: ^3.0.1
- logging: ^1.0.1
- collection: ^1.15.0
- lints: ^1.0.1
1.0.4 #
- CLI
bones_api
:- Added command
console
. - Command
serve
: added headerContent-Type
.
- Added command
- Added
Arguments
tool. - Added
APIRequest.fromArgs
andAPIRequest.fromArgsLine
. - Added
APIRequest
/APIResponse
payloadMimeType
.
1.0.3 #
APIServer
:- Added
create
andrun
helpers.
- Added
1.0.2 #
APIServer
:- Add
isStopped
andwaitStopped()
. - Removed
isClosed
.
- Add
- Fix
PATCH
method. - CLI:
- Improved serve console logging.
- Using
dart_spawner
to spawn/run anAPI
. - dart_spawner: ^1.0.2
- Removed
yaml: ^3.1.0
1.0.1 #
- Improve documentation.
- Fix typo.
1.0.0 #
- CLI:
bones_api
withserve
command. - Initial version.