Releases: OsmosysSoftware/osmo-x
Releases · OsmosysSoftware/osmo-x
v7.0.0
What's Changed
- feat: add scripts for identifying common error logs by @kshitij-k-osmosys in #414
- docs: update api documentation by @kshitij-k-osmosys in #416
- fix: add check for empty message object for push sns data dto by @kshitij-k-osmosys in #417
- refactor: update log level for non descriptive logs by @kshitij-k-osmosys in #418
- refactor: 360Dialog error handling by @kshitij-k-osmosys in #419
- build: migrate to docker compose v2 by @kshitij-k-osmosys in #427
- build: add healthcheck for redis and postgres containers by @kshitij-k-osmosys in #429
- ci: update portal ci & docker to node 20 by @kshitij-k-osmosys in #430
- build: update portal dependencies and migrate to angular 19 by @kshitij-k-osmosys in #428
- fix: search for notifiers on portal using PostgreSQL by @kshitij-k-osmosys in #431
- feat: add middleware to log notification request and response by @kshitij-k-osmosys in #432
- fix: primeng components by @kshitij-k-osmosys in #433
- build: add restart policy in docker compose file by @kshitij-k-osmosys in #434
- fix: update retry policy to unless-stopped for all docker-compose services by @kshitij-k-osmosys in #435
- chore: update major version to v7.0.0 by @kshitij-k-osmosys in #439
- feat: add database ssl configuration and related .env variables by @kshitij-k-osmosys in #440
- feat: provision to use local db as data source for dockerized api by @kshitij-k-osmosys in #441
Full Changelog: v6.0.0...v7.0.0
v6.0.0
What's Changed
- refactor: add new typeorm migrations and data seeding for postgres by @kshitij-k-osmosys in #420
- refactor: dockerize postgres database by @kshitij-k-osmosys in #421
- docs: postgres changes by @kshitij-k-osmosys in #422
- refactor: make docker-compose setup standalone using COMPOSE_PROJECT_NAME by @osm-vishnukyatannawar in #423
- chore: update major version by @kshitij-k-osmosys in #426
Full Changelog: v5.2.0...v6.0.0
v5.2.0
What's Changed
- feat: create common graphql error handler by @kshitij-k-osmosys in #384
- refactor: make scheduler time env configurable by @kshitij-k-osmosys in #404
- build: update api dependencies by @kshitij-k-osmosys in #405
- fix: return mailgun events API response object to extract event data by @kshitij-k-osmosys in #407
- docs: notification life cycle by @kshitij-k-osmosys in #411
- feat: add migration for notification sent on column by @kshitij-k-osmosys in #408
- docs: fix delivery status lifecycle doc link by @kshitij-k-osmosys in #412
- feat: add "notification_sent_on" column to log notification timestamp to provider by @kshitij-k-osmosys in #409
- docs: update documentation for notification sent on column by @kshitij-k-osmosys in #410
- chore: update minor version by @kshitij-k-osmosys in #413
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- chore: bump version to 5.0.0 by @kshitij-k-osmosys in #401
- docs: add test mode guide by @kshitij-k-osmosys in #402
- feat: add concurrency number to consumers by @kshitij-k-osmosys in #386
- feat: auto logout if JWTLoginToken is missing by @kshitij-k-osmosys in #383
- chore: bump version to 5.1.0 by @kshitij-k-osmosys in #403
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- docs: update api documentation by @kshitij-k-osmosys in #387
- fix: downgrade primeng to remove console warning by @kshitij-k-osmosys in #378
- docs: task link for PR template by @kshitij-k-osmosys in #399
- feat: fetch provider list based on selected application by @kshitij-k-osmosys in #373
- chore: remove unused code sections by @kshitij-k-osmosys in #385
- fix: env example file by @kshitij-k-osmosys in #390
- feat: create footer for portal by @kshitij-k-osmosys in #397
- feat: get active or archived notification by id by @kshitij-k-osmosys in #398
- feat: add test mode feature by @kshitij-k-osmosys in #400
Full Changelog: v4.3.0...v5.0.0
v4.3.0
What's Changed
- feat: integrate slogger with current logging by @Harish-osmosys in #376
- feat: make slogger logging optional by @Harish-osmosys in #377
- fix: add try-catch block in archive controller by @Harish-osmosys in #379
- chore: bump version to 4.3.0 by @kshitij-k-osmosys in #381
- feat: improve logger injection in constructor by @Harish-osmosys in #380
- feat: resolve circular json serialization issue by @Harish-osmosys in #382
- fix: use dhilog instead of slogerr by @kshitij-k-osmosys in #388
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- feat: increase getApplication graphql query limit to 20 by @kshitij-k-osmosys in #374
- chore: bump version to 4.2.1 by @kshitij-k-osmosys in #375
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- feat: add refresh icon on portal by @kshitij-k-osmosys in #365
- feat: add archived notification toggle by @kshitij-k-osmosys in #366
- feat: findall() function for archived notifications by @kshitij-k-osmosys in #367
- feat: toggle active/archived notifications on portal by @kshitij-k-osmosys in #368
- docs: update database design by @kshitij-k-osmosys in #369
- docs: add archived notification related documentation by @kshitij-k-osmosys in #370
- fix: use ISO formats for date filter by @kshitij-k-osmosys in #371
- chore: bump version to 4.2.0 by @kshitij-k-osmosys in #372
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- fix: data types of archived notifications table to match notifications table by @kshitij-k-osmosys in #363
- chore: bump version to 4.1.1 by @kshitij-k-osmosys in #364
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- feat: handle unauthorized error to redirect to login by @kshitij-k-osmosys in #351
- fix: increase logger file maxsize by @kshitij-k-osmosys in #353
- docs: add postman requests for creating new provider for every available master provider by @kshitij-k-osmosys in #352
- fix: update currentPage, pageSize values for portal by @kshitij-k-osmosys in #349
- fix: reload button event values in portal by @kshitij-k-osmosys in #350
- fix: update base condition for findAll() by @kshitij-k-osmosys in #359
- build: update api dependencies November 2024 by @osm-Jatin in #358
- build: update portal dependencies November 2024 by @osm-Jatin in #357
- feat: archive completed notifications & trigger via scheduler script by @kshitij-k-osmosys in #360
- chore: bump version to 4.1.0 by @kshitij-k-osmosys in #362
New Contributors
- @osm-Jatin made their first contribution in #358
Full Changelog: v4.0.0...v4.1.0