Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@jakzal jakzal released this 02 Sep 11:39
· 389 commits to main since this release
260aa90

Release notes

The data sharing and verification endpoint stubs are now implemented. These two endpoints can be used to pull supplier information and verify if the share code is the latest available.

Changes in the response payload are summarised below.

New properties in the address:

  • country - two letter country code
  • type - type of the address (Registered/Postal)

Updated schema of supplierInformationData:

  • answers are now grouped under answerSets property. This is to accommodate the possibility of questions being answered multiple times in each section.
  • answers.answer.optionValue was made a list of strings (IDs) that point to option values
  • answers.answer.dateValue and a related Date question type were added.
  • questions.question.type has new types supported: Date, None.
  • questions.question.title with the question's title was added.

Tickets

  • DP-184
  • DP-222
  • DP-392
  • DP-393
  • DP-444
  • DP-516
  • DP-531
  • DP-534
  • DP-548

What's Changed

  • corrected empty title by @shilpigoel-goaco in #520
  • Fix getting the latest tag by @jakzal in #522
  • DP-534 Pin version 0.3.0 in integration by @webit4me in #523
  • DP-222: Set JSON as log formatter by @mareg in #521
  • chore nuget deps update and lint by @glgoaco in #519
  • DP-392 Sync org-app configuration with latest local changes by @webit4me in #525
  • Changed FormType and Scope to Enum by @shilpigoel-goaco in #524
  • DP-534 Concider potential pinned version in API landing page by @webit4me in #526
  • Disable cloudwatch logging locally by @jakzal in #527
  • Verify if all docker services have successfully been run by @jakzal in #528
  • PPON Service - Lookup While adding VAT in supplier information by @dbgoaco in #516
  • Session expiry handle by @dharmverma in #534
  • DP-444 Link back to FTS with the organisation id in the query parameter by @dpatel017 in #536
  • DP-531 Add Switch for RDS Production Configuration by @webit4me in #532
  • DP-548: Configure the authority in data-sharing and require authorisation for the data sharing endpoint by @jakzal in #539
  • DP-531 Add RDS Performance Overview Grafana Dashboard by @webit4me in #538
  • DP-516 - SupplierInformation mapping added by @maciej-goaco in #537

Full Changelog: 0.3.0...0.4.0