Skip to content

Releases: Worth-NL/NotifyNL-OMC

NotifyNL OMC v1.8.0

12 Jun 14:39
28ae408
Compare
Choose a tag to compare

New version of OMC supporting "workflows" (different versions of external API services)

NotifyNL OMC v1.7.4

28 May 08:33
118d6c8
Compare
Choose a tag to compare
  • Disable OpenZaak 2.0 feature flag on Development and Test environments
  • Fix the problem with overriding the SENTRY_ENVIRONMENT environment variable in Program.cs

NotifyNL OMC v1.7.3

14 May 14:25
adeca80
Compare
Choose a tag to compare

Fixing bugs and cleaning up the project before starting Open Klant 2.0

NotifyNL OMC v1.7.2

13 May 10:52
6181d19
Compare
Choose a tag to compare

Mention SENTRY_DSN environment variable in the documentation.

NotifyNL OMC v1.7.1

08 May 15:34
1125dc8
Compare
Choose a tag to compare

Fixing and improving Sentry logging:

image

Sentry #2

image

NotifyNL OMC v1.7.0

06 May 11:51
71eef0d
Compare
Choose a tag to compare

The first version of logging into Sentry

TODO:

  • Remove LogLevels from appsettings.json
  • Test how "OMC | xxx" looks like
  • Test how to log severity on Sentry (to be easier to read)
  • Pass the initial JSON payload to be logged (insightful)

NotifyNL OMC v1.6.9b

24 Apr 08:52
670276f
Compare
Choose a tag to compare
v.1.6.9b

Merge pull request #26 from Worth-NL/fix/ContactRegistration_Failed_E…

NotifyNL OMC v1.6.9a

23 Apr 15:01
670276f
Compare
Choose a tag to compare

Explicit error message for failed reporting to the Contact Registration service

NotifyNL OMC v1.6.9

23 Apr 13:00
8c18bfc
Compare
Choose a tag to compare

First part of implementing OpenKlant 2.0

NotifyNL OMC v1.6.8

19 Apr 12:14
881f6b2
Compare
Choose a tag to compare

Reusable API annotations for all controllers reducing lines of code.

Removing redundant IRespondingService methods, used only by one implementation.
Replace old usages with simplified responding service.
Use standardized API responses in TestController and remove TODO notes.