Skip to content

Latest commit

 

History

History
837 lines (368 loc) · 30.5 KB

CHANGELOG.md

File metadata and controls

837 lines (368 loc) · 30.5 KB

4.4.3 (2022-11-12)

Bug Fixes

  • skip orm stringify for buffers (b1801b5)

4.4.2 (2022-09-22)

Bug Fixes

  • missing span suffix as shareable (727d6bf)

4.4.1 (2022-09-22)

Bug Fixes

  • use shared read cache within same context (5db3621)

4.4.0 (2022-09-21)

Bug Fixes

Features

  • simplify orm repository to contain only sync operations (6ee995d)

4.3.5 (2022-09-16)

4.4.0-beta.3 (2022-09-03)

Bug Fixes

  • add many to many pivot test scenario (93730c0)
  • read options type (4d5808d)

4.4.0-beta.2 (2022-09-02)

Bug Fixes

4.4.0-beta.1 (2022-09-02)

Features

  • simplify orm repository to contain only sync operations (6ee995d)

4.3.4 (2022-09-01)

Bug Fixes

  • fallback refresh as true (6c845e7)

4.3.3 (2022-09-01)

Bug Fixes

  • wrap upsert in new context (047965a)

4.3.2 (2022-08-31)

Bug Fixes

  • read refresh by default (93c4ea8)

4.3.1 (2022-08-30)

Bug Fixes

4.3.0 (2022-08-29)

Bug Fixes

Features

4.2.0 (2022-08-24)

Bug Fixes

Features

  • add concurrent operation support (b620d99)

4.1.0 (2022-08-23)

Features

4.0.2 (2022-03-22)

Bug Fixes

4.0.1 (2022-03-08)

Bug Fixes

  • print trace logs in gray (6e24ce8)

4.0.0 (2022-03-04)

Bug Fixes

BREAKING CHANGES

  • bump core

3.7.6 (2022-01-28)

Bug Fixes

3.7.5 (2022-01-04)

Bug Fixes

  • stringifyEntities when data is not an orm entity (15c0351)

3.7.4 (2022-01-04)

Bug Fixes

  • interceptor stringifyEntities logic (f6b40e4)

3.7.3 (2022-01-04)

Bug Fixes

  • check upsert populate ability before adding to population (034c210)

3.7.2 (2021-12-13)

Bug Fixes

  • bump core to add @Config (9c8f2da)

3.7.1 (2021-11-15)

Bug Fixes

3.7.0 (2021-10-28)

Bug Fixes

  • make build available as separate from create (2f1e454)

Features

  • add auto retry on connection reset (30e89e0)

3.6.0 (2021-10-25)

Features

  • improve repository methods (2d2d396)

3.5.1 (2021-10-22)

Bug Fixes

  • export schema module on orm module (86afed4)

3.5.0 (2021-10-20)

Features

  • add schema sync controller (e3436c7)

3.4.6 (2021-10-09)

Bug Fixes

  • request to context naming (e1cdc9f)

3.4.5 (2021-09-17)

Bug Fixes

  • bump core to support nest v8 (b0e3379)

3.4.4 (2021-09-09)

Bug Fixes

  • add missing populate on upsert (5bb6927)

3.4.3 (2021-08-27)

Bug Fixes

3.4.2 (2021-08-27)

Bug Fixes

3.4.1 (2021-08-09)

Bug Fixes

  • add query builder method (8d7e284)

3.4.0 (2021-08-09)

Bug Fixes

  • remove the need of reload (c54d458)

Features

  • add flush by interceptor (a3f6cd7)

3.3.1 (2021-08-08)

Bug Fixes

  • add populate support for delete (ece90a1)

3.3.0 (2021-08-06)

Features

  • add a subscriber helper class (9c9336a)

3.2.3 (2021-08-06)

Bug Fixes

3.2.2 (2021-08-05)

Bug Fixes

  • pagination dto transformation (77cff06)

3.2.1 (2021-08-05)

Bug Fixes

  • interface name conflict (f8cb7f3)

3.2.0 (2021-08-04)

Features

  • refactor extendable service to be repository based (2748a2a)

3.1.3 (2021-08-04)

Bug Fixes

3.1.2 (2021-08-03)

Bug Fixes

  • simplify ssl var naming (102c323)

3.1.1 (2021-08-03)

Bug Fixes

  • bound interceptor globally instead of per controller (2d2cc24)

3.1.0 (2021-08-03)

Features

3.0.1 (2021-08-03)

Bug Fixes

  • remove unnecessary async (ed68078)

3.0.0 (2021-08-03)

Features

  • add ssl support (70873f4)
  • use async local storage as singleton (2220cf6)

BREAKING CHANGES

  • use async local storage as singleton

2.11.0 (2021-08-02)

Features

  • use async local storage by default (e4d353f)

2.10.1 (2021-07-16)

Bug Fixes

  • custom entity name in errors (af4fde9)

2.10.0 (2021-07-09)

Bug Fixes

Features

2.9.10 (2021-07-06)

Bug Fixes

  • allow non-promise on hooks (e7e692c)

2.9.9 (2021-07-03)

Bug Fixes

  • support custom primary keys (9639471)

2.9.8 (2021-07-01)

Bug Fixes

  • add overrides for specific repos (3d6cf42)

2.9.7 (2021-07-01)

Bug Fixes

  • force driver versioning (706a688)

2.9.6 (2021-06-14)

Bug Fixes

  • allow reading by id = 0 (e41a07c)

2.9.5 (2021-06-14)

Bug Fixes

2.9.4 (2021-06-12)

Bug Fixes

  • read and count invalid conditions (0b39b3b)

2.9.3 (2021-06-12)

Bug Fixes

  • prevent accidental huge read operations (e26081f)

2.9.2 (2021-06-11)

Bug Fixes

  • on update only force initialization of collections (621d1d3)

2.9.1 (2021-06-04)

Bug Fixes

2.9.0 (2021-05-31)

Features

  • add before serialization hook (161a3ab)

2.8.14 (2021-05-29)

Bug Fixes

  • upsert remap with nested entities (1146901)

2.8.13 (2021-05-29)

Bug Fixes

  • improve read performance for multiple upsert (d38ad08)

2.8.12 (2021-05-27)

Bug Fixes

  • add typing to unique key (7a58d57)

2.8.11 (2021-05-26)

Bug Fixes

  • add more base entities options (cf2c869)

2.8.10 (2021-05-26)

Bug Fixes

  • interrupt remove if no entity provided (30dfaaa)

2.8.9 (2021-05-22)

Bug Fixes

  • match upsert entities asynchronously (31c05df)

2.8.8 (2021-05-22)

Bug Fixes

2.8.7 (2021-05-20)

Bug Fixes

  • change default sorting on readAndCount() to id column which should always exist (9e369f9)

2.8.6 (2021-05-20)

Bug Fixes

  • improve sync result response (382d0e4)

2.8.5 (2021-05-19)

Bug Fixes

  • return migration queries (9c061a5)

2.8.4 (2021-05-03)

Bug Fixes

  • fail if updating or removing by non-existing id (ce2acc3)

2.8.3 (2021-04-30)

Bug Fixes

2.8.2 (2021-04-26)

Bug Fixes

2.8.1 (2021-04-26)

Bug Fixes

  • unnecessary upsert querying (5546ade)

2.8.0 (2021-04-26)

Features

  • add wrapper for entity population and reload (39bbe16)

2.7.0 (2021-04-26)

Bug Fixes

  • do not force decorators into controller, adds full CRUD example (336f26c)

Features

  • allow read options into any method (87fe370)

2.6.2 (2021-04-24)

Bug Fixes

  • separate population options from service and controller (840ea0b)

2.6.1 (2021-04-24)

Bug Fixes

2.6.0 (2021-04-24)

Features

2.5.4 (2021-04-23)

Bug Fixes

  • change update params for consistency (59dfd6a)

2.5.3 (2021-04-23)

Bug Fixes

  • allow auto refresh after upsert (5269392)

2.5.2 (2021-04-23)

Bug Fixes

  • populate collections before update diff (41a67e8)

2.5.1 (2021-04-23)

Bug Fixes

2.5.0 (2021-04-23)

Bug Fixes

  • change query logging to trace level (c420bc5)

Features

  • update methods to diferentitate batch operations from single (b370b7d)

2.4.0 (2021-04-23)

Bug Fixes

  • interface for multiple entities handling (a7e9c01)

Features

2.3.0 (2021-04-23)

Features

  • increase query performance and add fail option (97324eb)
  • support multiple entities at create, update and remove (9238341)

2.2.7 (2021-04-21)

Bug Fixes

  • assign default value to sync module (0c51bc8)

2.2.6 (2021-04-21)

Bug Fixes

  • extend base mikro-orm instead of implementing again (7deb911)
  • interface (206678d)

2.2.5 (2021-04-21)

Bug Fixes

2.2.4 (2021-04-21)

Bug Fixes

2.2.3 (2021-04-21)

Bug Fixes

  • set suggested configs as optional (198d454)

2.2.2 (2021-04-21)

Bug Fixes

  • make controller options optional (c425955)

2.2.1 (2021-04-21)

Bug Fixes

2.2.0 (2021-04-21)

Bug Fixes

Features

  • make controllers easier to configure and add pathc by id (a58615d)

2.1.0 (2021-04-20)

Features

  • add sync schema blacklist (6a8ccdc)

2.0.4 (2021-04-20)

Bug Fixes

2.0.3 (2021-04-19)

Bug Fixes

2.0.2 (2021-04-13)

Bug Fixes

  • method naming convention (e78208d)
  • throw on missing entity during readUnique (8bcf10d)

2.0.1 (2021-04-09)

Bug Fixes

2.0.0 (2021-04-09)

Bug Fixes

  • sync major ver with core (0eab3e9)

BREAKING CHANGES

  • sync major ver with core

1.1.2 (2021-04-08)

Bug Fixes

1.1.1 (2021-04-08)

Bug Fixes

  • entity recursion elimation (63321d7)

1.1.0 (2021-04-08)

Features

  • allow default populate by id (3a7ed30)

1.0.3 (2021-04-06)

Bug Fixes

1.0.2 (2021-04-03)

Bug Fixes

  • improve serializer explanation (0d72332)
  • improve upsert and add better examples (fb46939)
  • replace npm with pnpm (f21b984)

1.0.1 (2021-03-29)

Bug Fixes

1.0.0 (2021-03-27)

Bug Fixes

  • interface index (031e083)
  • update injection configuration to be more clear (7c4f4fa)

Features