Skip to content

Latest commit

 

History

History
472 lines (268 loc) · 27.5 KB

CHANGELOG.md

File metadata and controls

472 lines (268 loc) · 27.5 KB

2.0.0-beta.27 (2020-08-02)

Bug Fixes

  • added a bit of transaction management (987a4d6)
  • added await when dealing with a transaction (e463c3b)
  • snapshot process is now transactional (51f6945)

2.0.0-beta.26 (2020-07-28)

Bug Fixes

2.0.0-beta.25 (2020-07-22)

Bug Fixes

  • add irrelevant-entities.test.ts test on dv not answering criteria (4e3992b)

2.0.0-beta.24 (2020-07-12)

Bug Fixes

2.0.0-beta.23 (2020-07-09)

Bug Fixes

  • playground assets load correctly (b3f717c)

2.0.0-beta.22 (2020-07-09)

Bug Fixes

  • version is now defined when sending partial application props (53c89b0)

2.0.0-beta.21 (2020-06-14)

Bug Fixes

2.0.0-beta.20 (2020-06-08)

Bug Fixes

  • snapshot should not work if mutation (f5d6588)

2.0.0-beta.19 (2020-05-26)

Bug Fixes

2.0.0-beta.18 (2020-05-13)

Bug Fixes

  • fixed if condition (41ce74f)
  • snapshot plugin is no longer requiring injection of apollo server (bb394d2)
  • upgrade polaris typeorm (05dec14)

2.0.0-beta.17 (2020-05-05)

Bug Fixes

2.0.0-beta.16 (2020-05-03)

Bug Fixes

2.0.0-beta.15 (2020-04-30)

Bug Fixes

  • reality id in response headers is now fixed (62c1abc)

2.0.0-beta.14 (2020-04-30)

Bug Fixes

  • dependency to middlewares (8c7dd02)
  • dependency to middlewares (d8cda3c)
  • dependency to middlewares (15ca126)
  • upgrade polaris typeorm (de9e605)
  • upgrade polaris typeorm (6ae4d07)

Features

  • transactional mutations: not finished yet at all. (b297f8f)
  • transactional mutations: not finished yet at all. (7fa94cc)
  • transactional mutations: temp commit, finished tests but maybe will have another changes. (f9ed73c)
  • transactionalMutations: temp commit - not finished yet. (7f0f006)

2.0.0-beta.13 (2020-04-23)

Bug Fixes

  • finished fixing auto and implement tests (44bf443)
  • fixed tests (2ea6ba2)
  • offline pagination works with auto (db3af54)
  • review fixes (7b324be)

2.0.0-beta.12 (2020-04-21)

Bug Fixes

  • dependency to middlewares (9bdb009)
  • upgrade polaris typeorm (bcfd6de)
  • upgrade polaris typeorm (aeecaaa)

2.0.0-beta.11 (2020-04-20)

Features

  • snapshot: added snapshot cleaner logic (1bf7143)

2.0.0-beta.10 (2020-04-02)

Bug Fixes

2.0.0-beta.9 (2020-03-22)

Features

  • exported express app for custom endpoints (1a08f7a)

2.0.0-beta.8 (2020-03-22)

Bug Fixes

  • directives: polaris server now creates a schema with directives (8798dba)

Features

2.0.0-beta.7 (2020-03-19)

Bug Fixes

  • ci: apply changes after merge of mandatory-headers branch (f9f831b)
  • ci: restored dotenv in package-lock.json (7b8091b)
  • cr: resolved comments from cr (a84f4f2)
  • cr: resolved comments from cr (0fe92be)
  • custom-context: replace deep merge with lodash.merge and add tests (baf41d5)
  • prettier: prettier on my json files ey boss (1776e41)

2.0.0-beta.6 (2020-03-19)

Features

  • headers: added mandatory headers feature (6d020c1)

2.0.0-beta.5 (2020-03-19)

Features

  • warnings: add warnings to extensions. (4ce390a)
  • warnings: add warnings to extensions. (e3d52c8)

2.0.0-beta.4 (2020-03-17)

Bug Fixes

  • subscription: subscription context fix (3f0edf6)

2.0.0-beta.3 (2020-03-09)

Bug Fixes

  • package: update dependencies (aabed46)
  • package: update dependencies (13219cc)
  • updated dependencies (587a4c4)

2.0.0-beta.2 (2020-03-08)

Bug Fixes

  • disabled playground when environment is set to prod (a6da83f)

2.0.0-beta.1 (2020-03-04)

Bug Fixes

  • space (4d9a911)
  • space (94553b1)
  • extensions: fixed extensions being overridden (2335e0a)
  • extensions: fixed extensions being overridden (f836b07)
  • ip in context is now taken from the request (f287d54)

Features

BREAKING CHANGES

  • polaris types

2.0.0-development.2 (2020-03-04)

Features

2.0.0-development.1 (2020-03-03)

Bug Fixes

  • space (4d9a911)
  • space (94553b1)
  • extensions: fixed extensions being overridden (2335e0a)
  • extensions: fixed extensions being overridden (f836b07)
  • ip in context is now taken from the request (f287d54)

Features

BREAKING CHANGES

  • polaris types

1.4.1 (2020-02-11)

Bug Fixes

  • subscription: fixed subscription path (47518f0)

1.4.0 (2020-02-11)

Features

  • subscription: added support for subscription (8b6ba4f)

1.3.0 (2020-02-10)

Bug Fixes

Features

  • polarisgraphqllogger implements polarislogger (11464d4)

1.2.0 (2020-02-10)

Bug Fixes

Features

1.1.1 (2020-02-05)

Bug Fixes

1.1.0 (2020-02-04)

Features

  • config&plugins: config changed to support apollo configurations & a logger plugin was added (c68eb4c)
  • polaris-middlewares: update polaris-middlewares version (987002d)

1.0.9 (2020-01-28)

Bug Fixes

  • add the ability to send logger configuration or a logger (8939235)
  • add the ability to send logger configuration or a logger (9c13d59)
  • added import to default context (914850b)
  • code review fixes (4e40e72)
  • updated (3c661e7)
  • updated dependencies (592e736)

1.0.8 (2020-01-09)

Bug Fixes

  • separated config and options (49ad630)

1.0.7 (2020-01-09)

Bug Fixes

  • change to options (25c71cd)
  • merge with chen's branch to remove redundant connection & fix classes for better looking code in polaris-server file (8030a57)
  • merged with readme fixes (b78174f)
  • playground can be used offline (555a6b1)
  • playground can be used offline (c658cc4)

1.0.6 (2020-01-09)

Bug Fixes

1.0.5 (2020-01-07)

Bug Fixes

1.0.4 (2019-12-01)

Bug Fixes

1.0.3 (2019-12-01)

Bug Fixes

  • fix the middleware map bug (8a5e103)

1.0.2 (2019-11-25)

Bug Fixes

1.0.1 (2019-11-21)

Bug Fixes

  • fixed main and types in package.json (2f1ea93)

1.0.0 (2019-11-21)

Bug Fixes

  • added default redirect to graphql endpoint (7e99632)
  • custom middlewares and context (e127ecb)
  • custom middlewares and context (3dfe3a8)
  • middlewares now applied appropriately (5e855db)
  • response headers now actually returns in the response (c4a6e76)
  • updated polaris-middlewares (c3f8010)

Features

  • errors: added error handling (526d277)
  • server: added PolarisServer (e0d8c1f)