Skygear Server Versions Save

Skygear - an open source serverless platform for modern secure app development

v2.2.0

4 years ago

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

4 years ago

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

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

1.7.0 (2019-01-21)

Other notes

  • Add tcp keepalive option for APNS connection
  • Migrate to FCM from GCM for android push notification SkygearIO/skygear-SDK-Android#254

v1.6.3

5 years ago

1.6.3 (2018-11-13)

Bug Fixes

  • Fix fs asset filename encoding issue

v1.6.2

5 years ago

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

5 years ago

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

5 years ago

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