Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
update changelog and pubspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeconway committed Mar 6, 2019
1 parent 521b65e commit 0704399
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions aqueduct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## 3.2.0

- Adds `read` method to `Serializable`.
- Adds `read` method to `Serializable` for filtering, ignoring or rejecting keys.
- Fixes issues with Dart 2.1.1 mirror type checking changes
- Adds `like` matcher expression
- Escapes postgres special characters in LIKE expressions for all other string matcher expressions
- Fixes security vulnerability where a specific authorization header value would be associated with the wrong token when there is only one token stored in the database (credit to Philipp Schiffmann)
- Fixes security vulnerability where a specific authorization header value would be associated with the wrong token in rare cases (credit to Philipp Schiffmann)
- Adds `Validate.constant` to properties that use the `@primaryKey` annotation.
- Allows `Validate` annotations to be added to belongs-to relationship properties; the validation is run on the foreign key.
- Allows any type - e.g. `Map<String, dynamic>` - to be bound with `Bind.body`.

## 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion aqueduct/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aqueduct
version: 3.1.0+1
version: 3.2.0
description: A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
author: stable|kernel <http://stablekernel.com>
homepage: https://aqueduct.io
Expand Down
4 changes: 4 additions & 0 deletions aqueduct_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Fixes analysis warnings for Dart 2.1.1

## 1.0.0+1

- Bumps some dependency constraints to be more permissive
Expand Down
2 changes: 1 addition & 1 deletion aqueduct_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aqueduct_test
description: Utilities for writing automated tests for Aqueduct applications
version: 1.0.0+1
version: 1.0.1
homepage: https://github.com/stablekernel/aqueduct
author: stable|kernel <[email protected]>
documentation:
Expand Down

0 comments on commit 0704399

Please sign in to comment.