Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Releases: SkygearIO/skygear-server

v2.2.0

28 Feb 05:35
v2.2.0
Compare
Choose a tag to compare

2.2.0 (2020-2-28)

Features

  • Support static asset routing #1201

Bug Fixes

  • Fix compound authz policy short-circuit behavior #1218
  • Fix Cache-Control header format
  • Fix Ignore query and fragment in validating allowed callback URLs in SSO #1211

Other notes

  • Update sample yaml

v1.7.3

05 Jul 10:35
v1.7.3
d81cd03
Compare
Choose a tag to compare

1.7.3 (2019-07-05)

Bug Fixes

  • Allow signup with restricted user record
  • Deny any access if ACL is empty but not null

v1.7.2

04 Mar 10:42
v1.7.2
Compare
Choose a tag to compare

1.7.2 (2019-03-04)

Bug Fixes

  • Fix fail to start server docker image with plugin that use zmq transport #896

v0.25.0

04 Mar 10:25
v0.25.0
Compare
Choose a tag to compare

0.25.0 (2019-03-04)

Features

  • Migrate android push notification from gcm to fcm on v0

Other Notes

  • Fix unable to build v0-branch on travis
  • Update log level on apns token invalid error #536
  • Do not allow API KEY to be the same as MASTER_KEY #373

v1.7.1

22 Feb 04:31
v1.7.1
Compare
Choose a tag to compare

1.7.1 (2019-02-22)

Bug Fixes

  • Fix server crash when receiving pq listener event=2

Other notes

  • Replace paulmach/go.geo with paulmach/orb
  • Update docker based image to alpine:3.8

v1.7.0

21 Jan 06:37
v1.7.0
Compare
Choose a tag to compare

1.7.0 (2019-01-21)

Other notes

v1.6.3

13 Nov 09:22
Compare
Choose a tag to compare

1.6.3 (2018-11-13)

Bug Fixes

  • Fix fs asset filename encoding issue

v1.6.2

23 Aug 10:36
Compare
Choose a tag to compare

1.6.2 (2018-8-23)

Bug Fixes

  • Inject the missing database for change password handler
  • Fix cloud asset filename encoding
  • Fix make vendor error on case insensitive file system
  • Support byte-range when serving asset file #616

v1.6.1

06 Jul 04:21
v1.6.1
Compare
Choose a tag to compare

1.6.1 (2018-7-06)

Bug Fixes

  • Fix user profile's asset missing content type in auth api
  • Fix fatal error, concurrent map iteration and map write when init plugins

v1.6.0

26 Jun 08:01
v1.6.0
Compare
Choose a tag to compare

1.6.0 (2018-6-26)

Features

  • Add Lambda support for Skygear Data Type
  • Support structural logging with JSON formatter

Bug Fixes

  • Fix content-type not sent to assetd
  • Fix cannot login user if user record is not public read

Other notes

  • Refactor how processors are injected to plugin handlers/lambdas
  • Add GO_TEST_VERBOSE=1 to print verbose go test log
  • Add go1.10.1 to build target
  • Fix go1.10 compatibility and fix some string format