Skip to content

Commit

Permalink
release v3.2.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
baqend-ci committed May 20, 2022
1 parent 7b0d56a commit 643511c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="v3.2.0"></a>
# v3.2.0 (2022-5-20)


### Bug Fixes

* Fix a bug where ACL changes on objects aren't detected correctly as a change
* Remove legacy gzip handling from the SDK
* Ensure that a relogin will expose the correct user object (previously it was in some cases null)
* Some typing errors in the CLI and lib

### Features

* Change the connect API for CORS communication to the POST endpoint, to prevent security tokens exposed in the referrer header
* Bump several dependencies and upgrade typescript version

<a name="v3.1.4"></a>
# v3.1.4 (2021-7-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baqend",
"version": "3.1.5-0",
"version": "3.2.0",
"description": "Baqend JavaScript SDK",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 643511c

Please sign in to comment.