Skip to content

Latest commit

 

History

History
262 lines (127 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

262 lines (127 loc) · 11.6 KB

1.2.4 (2021-11-12)

Bug Fixes

  • deps: move to Node 16 and update CI config (#394) (bf4a7b2)

1.2.3 (2021-08-05)

Bug Fixes

  • logging: log info and above by default (#337) (77b1b5a)

1.2.2 (2021-05-11)

Bug Fixes

1.2.1 (2021-02-23)

Bug Fixes

  • mail: added notification_email to morgan (#254) (25cf94a)

1.2.0 (2020-10-03)

Features

  • metrics: added basic auth for /metrics/*. Fixes MEMB-670 (#172) (0c10153)

1.1.1 (2020-09-29)

Bug Fixes

  • logging: add x-service header to core requests (#170) (97e18cc)

1.1.0 (2020-06-22)

Features

1.0.2 (2020-06-20)

Bug Fixes

  • docker: update core and mailer hosts (#84) (f789a4d)

1.0.1 (2020-06-13)

Bug Fixes

  • logging: write only specific fields for user logging (#81) (a2b0116)

1.0.0 (2020-06-12)

Features

BREAKING CHANGES

  • general: new core refactor

0.12.0 (2020-06-08)

Features

0.11.2 (2020-06-08)

Bug Fixes

0.11.1 (2020-05-10)

Bug Fixes

  • docker: mount only required folders (#58) (0e8a147)

0.11.0 (2020-04-26)

Features

  • logging: switch to bunyan, log as json (#47) (b8e4b96)

0.10.0 (2020-03-15)

Features

  • release: added semantic-release. Fixes MEMB-833 (afd3d43)

0.9.4 (2019-11-06)

Bug Fixes

  • bugsnag: add bugsnag params. Fixes MEMB-642 (607d11a)
  • deps: fixed npm audit vulnerability (6801ad1)
  • deps: fixed security vulnerabilities (f4f7b33)
  • docker: use latest tag for prod environment (991a60f)
  • general: removed config example. Fixes MEMB-687 (ba8f7b6)
  • sequelize: removed the deprecation warning (7c12962)

Features

  • general: slack notifications on docker build & push. Fixes MEMB-671 (c892851)

0.9.2 (2019-10-13)

Bug Fixes

  • circleci: added proper dev docker building (509cab6)
  • docker: do not overwrite important folder (8606101)
  • docker: fixed oms-discounts running in dev (6e34a89)
  • docker: have to go around secrets (2c381ff)
  • docker: npm target with run (5ebdf77)
  • script: add permission (5bc82ff)

0.9.1 (2019-09-25)

Bug Fixes

  • deps: fix npm audit vulnerabilities report (d1607e3)
  • metrics: added request metrics path (536f52e)
  • test: fix flapping tests (582171e)

0.9.0 (2019-09-22)

Bug Fixes

  • metrics: fix endpoint metric name (841117a)

0.8.1 (2019-09-21)

Bug Fixes

  • deps: bumped Sequelize to latest to fix vulnerability (c03c796)
  • metrics: increased metrics performance (6f78319)

0.8.0 (2019-09-19)

Bug Fixes

  • docker: fix dockerfile path (63eb342)

Features

  • metrics: added /metrics endpoint. Fixes MEMB-604 (e43f8cd)

0.7.0 (2019-09-13)

Bug Fixes

  • deps: added jest-junit for tests (8bf3d27)
  • docker: fixed Dockerfile (55f07a3)
  • general: removed Travis (cf41ac6)

Features

  • docker: added proper dockerfile. Fixes MEMB-613 (b429928)

0.6.0 (2019-09-01)

Bug Fixes

  • deps: fixed non-major semver security vulnerabilities (e70b5f1)
  • general: set config from logging. Fixes MEMB-547 (cb97997)

Features

  • general: added CircleCI. Fixes MEMB-602 (bf4d113)

0.5.2 (2019-08-24)

Bug Fixes

  • deps: fixed major semver security vulnerabilities (28e7271)
  • deps: fixed non-major semver security vulnerabilities (18d5239)
  • deps: updated Sequelize. Fixes MEMB-520 (028983f)
  • docker: updated node to v12. Fixes MEMB-522 (ffa1117)
  • docker: use separate postgres volume. Fixes MEMB-592 (537031b)

0.5.1 (2019-08-11)

Bug Fixes

  • categories: fixed categories endpoints (08320a0)
  • codes: fix claimed date (a060bdf)
  • codes: fix mailer template breaking (589f490)
  • deps: downgraded Sequelize to 4.x to avoid camelCase (a7f898b)
  • general: added Codecov package (fad3cfe)
  • general: updated Bugsnag key (e2d8ccc)
  • integration: integration code is unique now (d2a795c)
  • integration: quota_period now can be only day, month or year (67ee4bb)
  • other: added /healthcheck endpoint. Fixes MEMB-582 (396a646)

Features

  • code: add code model (a7dd4e2)
  • code: added code middlewares (508a460)
  • codes: mailing code to a member on claiming. Fixed MEMB-528 (147ad23)
  • discounts: added categories. Fixes MEMB-529 (67d7380)
  • general: discounts + eslint (31a75f5)
  • general: integrations management (not tested yet) (4e168a2)
  • integration: add single integration displaying (bb73032)
  • test: add basic test infrastructure (80a6a3f)
  • test: added tests for everything (a1e77d5)
  • test: testing categories CRUD (53af8e7)
  • test: testing codes claiming and displaying (bb3b649)
  • test: tests refactor (3e665ef)
  • test: travis integration (5acac0a)