Skip to content

Latest commit

 

History

History
94 lines (61 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

94 lines (61 loc) · 6.02 KB

0.0.11 (2017-06-17)

Bug Fixes

  • auth: check for legacy auth data user info (1abb819)
  • client-auth: fix missing const and incorrect use of email (c945738)

0.0.10 (2017-06-17)

0.0.9 (2017-06-17)

Bug Fixes

  • client-auth: fix missing const and incorrect use of email (41ebfcc)

0.0.7 (2017-06-16)

Bug Fixes

  • auth-providers: correct issues detected during integration (cc4f1a5)

Features

  • admin-auth-me: use admin user profile endpoint for Admin (709c8cc)
  • user-profile: add top level api for retrieving user profile (52cd4de)

0.0.5 (2017-06-15)

Bug Fixes

  • admin: STITCH-304 - Handle compressed cookie response (66be811)
  • baas_client: throw error when attempting to new factory method (4e95885)
  • baas_client: throw error when failing to decode user auth (26cec2c)
  • client: anonymousAuth uses correct authManager method (bb25937)
  • client: ensure that stages param is an array of stages (78657a6)
  • client: remove remaining usage of b64en(de)code (836f396)
  • client: remove utf8 decoder and use .text() (296454f)
  • client-do: properly accept overridden default values (d08d812)
  • collection: fix use of potentially incorrect falsey check (bf6300b)
  • collection: further fixes related to CRUD spec parity (31a7343)
  • collection: include query for find operation (ce27219)
  • common: remove unsupported use of for..of (3f1adab)
  • dist: s3 paths for tarball dists changed (91ffd87)
  • es6: correct uses of es6-only features (67d6ff3)
  • slack: rename message to text for post (a7e4283)
  • storage: more correct check for window existence (72128f4)

Features

  • admin: BAAS-94 - support creating app with defaults (f80e35e)
  • admin: STITCH-214 - allow admin client to access allowed request origin info for an app (008cd60)
  • builtins: add builders for built-in stages (741fe8b)
  • collection: implement count on Collections (fd5e996)
  • createUser: add app users create (41058e9)
  • groups: BAAS-136 - support new group paths (12105af)
  • groups: BAAS-136 - support new group paths (e4fd445)
  • groups: BAAS-136 - support new group paths (a9ddbec)
  • groups: BAAS-136 - support new group paths (a3a11d3)
  • groups: BAAS-136 - use master.baas-dev.10gen.cc as base url (6d7a9ff)
  • groups: BAAS-136 - use master.baas-dev.10gen.cc as base url (564fa06)
  • http-service: add http service (9113e57)
  • let: support let substage definition after building stage (cf87a7a)
  • letMixin: support a let stage on all services (ef7f422)
  • login: BAAS-136 - support MongoDB cloud login with cookie handling (e3baa1b)
  • post-substage: support post substage definition (5c140f1)
  • pubnub-service: add pubnub service (880fef6)
  • s3-service: add s3 service (8c670d8)
  • service-response: add serviceResponse wrapper to utils (df89abe)
  • ses-service: add ses service (ca9e62b)
  • slack-service: add slack service (a7b16d5)
  • sqs-service: add sqs service (98dc11f)
  • twilio-service: add new service definition for Twilio (801e539)