File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
3
### 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
+
5
16
6
17
### 3.1.2
7
18
[ Full Changelog] ( https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.1.3 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments