Skip to content

Latest commit

 

History

History
309 lines (143 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

309 lines (143 loc) · 11.1 KB

5.0.0 (2020-11-09)

  • feat!: updated log properties and removed file configurations (#85) (6610578), closes #85 #84

BREAKING CHANGES

  • updated and added new log properties (#83)

  • feat!: updated and added new log properties

  • updated and added new log properties

  • refactor: update npm packages

  • refactor: cr fixes

  • refactor: another cr fixes

  • removed files related configurations.

  • refactor!: entity must have an id

Co-authored-by: itaykl itaykl123@gmail.com Co-authored-by: osher-sade osher.sade@gmail.com

Co-authored-by: itaykl 43351063+itaykl@users.noreply.github.com Co-authored-by: itaykl itaykl123@gmail.com Co-authored-by: osher-sade osher.sade@gmail.com

4.2.1 (2020-11-05)

Reverts

  • Revert "BREAKING CHANGE: updated and added new log properties (#81)" (#82) (a16cf8c), closes #81 #82

4.2.0 (2020-09-06)

Features

  • added record id to polaris-log-properties (676c7d9)

4.1.1 (2020-09-03)

Bug Fixes

4.1.0 (2020-08-18)

Features

4.0.1 (2020-06-14)

Bug Fixes

4.0.0 (2020-06-14)

  • refactor!: logstash transport changes (bb18e1f)

BREAKING CHANGES

  • refactor to use different logstash transport.

3.0.1 (2020-05-03)

Bug Fixes

  • package: updated packages and added support for codecov (931846a)
  • package: updated packages and added support for codecov (4faa9d0)

3.0.0 (2020-04-30)

Features

  • logstash: send logs to logstash via TCP (d2b262a)
  • logstash: send logs to logstash via TCP (7ee94cd)

BREAKING CHANGES

  • logstash: send logs to logstash via TCP instead of UDP

Closes 48

  • logstash: send logs to logstash via TCP instead of UDP

Closes 48

2.8.2 (2020-03-30)

Bug Fixes

  • bug that duplicated the custom properties (6020255)

2.8.1 (2020-02-20)

Bug Fixes

  • abstract logger changes (b49cb73)

2.8.0 (2020-02-20)

Features

  • added abstract-polaris-logger.ts (2e51721)

2.7.1 (2020-02-18)

Bug Fixes

2.7.0 (2020-02-10)

Features

  • remove request attribute from request (690055c)

2.6.4 (2020-02-10)

Bug Fixes

2.6.3 (2020-02-06)

Bug Fixes

2.6.2 (2020-01-28)

Bug Fixes

Performance Improvements

  • request: requestQuery changed to request and now it is an any (381051b)

2.6.1 (2019-12-08)

Bug Fixes

2.6.0 (2019-11-27)

Features

  • log properties changes and made application properties optional (ae261f1)

2.5.5 (2019-11-11)

Bug Fixes

2.5.4 (2019-05-12)

Bug Fixes

  • iso date to logstash transport (3db119f)

2.5.3 (2019-04-16)

Bug Fixes

2.5.2 (2019-04-16)

Bug Fixes

  • removed the moment-timezone dependency (e8222d7)

2.5.1 (2019-04-14)

Bug Fixes

  • fix timezone to match israel (155faa5)

2.5.0 (2019-03-07)

Bug Fixes

  • fixed redundant line separator when using short format (7ee332c)

Features

  • added support for multiple logstash services (a79fd3f)

2.4.0 (2019-03-07)

Features

  • added support for custom transports (8766b03)
  • moved rimraf to devDependencies (ac5bc44)

2.3.0 (2019-03-05)

Features

  • added support for multiple logstash services (b21fbb5)

2.2.3 (2019-02-24)

Bug Fixes

2.2.2 (2019-02-18)

Bug Fixes

  • fixed a bug about throwable serialization (4c3b5d6)
  • throwable is now serialized appropriately, made logstash optional (ea8ffe6)

2.2.1 (2019-02-05)

Bug Fixes

  • global: fix bug where unable to import this package (f675ee8)

2.2.0 (2019-01-31)

Bug Fixes

  • jest configuration standard fixes (16131f0)
  • pre-commit changes (d08db44)
  • removed tsx and transform in jest config (b1bb53d)

Features

  • added jest-ts module to the project (358e84a)
  • fixed jest configuration (5e7200d)

2.1.0 (2019-01-21)

Bug Fixes

Features

  • import: export now all entities (f3e87dc)

2.0.1 (2019-01-21)

Bug Fixes

  • tooling: ci publish into npm (cd690f3), closes #25

2.0.0 (2019-01-21)

Features

  • chack ts-lint on ci proccess (f3d5e49), closes #21
  • tooling: comitizen and semantic-release added (07ee22d)

BREAKING CHANGES

  • tooling: commit should be lint now
  • commit that broke tslint check will fail on travis