Skip to content

Commit eb0bdaf

Browse files
authored
⚡ Release 3.1.3 (#5267)
* ⚡ Release 3.1.3 * Update CHANGELOG.md
1 parent d11e93c commit eb0bdaf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...master)
5+
6+
### 3.1.3
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...3.1.3)
8+
9+
- Postgres: Fixes support for global configuration
10+
- Postgres: Fixes support for numeric arrays
11+
- Postgres: Fixes issue affecting queries on emtpy arrays
12+
- LiveQuery: Adds support for transmitting the original object
13+
- Queries: Use estimated count if queyr is empty
14+
- Docker: Reduces the size of the docker image to 154Mb
15+
516

617
### 3.1.2
718
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)