Skip to content

Releases: open-amt-cloud-toolkit/mps-router

v2.3.0

18 Sep 19:28
Compare
Choose a tag to compare

2.3.0 (2023-09-18)

Features

  • add nosql support via mongo driver (550b90a)

v2.2.2

08 Sep 18:51
Compare
Choose a tag to compare

2.2.2 (2023-09-08)

Bug Fixes

  • removes RFC4122 compliance check on uuid to allow any (e0b364e)

v2.2.1

17 Apr 18:37
Compare
Choose a tag to compare

2.2.1 (2023-04-17)

Performance Improvements

  • addresses some minor performance enhancements (0318265)

v2.1.1

05 Oct 22:10
Compare
Choose a tag to compare

2.1.1 (2022-10-05)

Build

  • deps: bump github.com/lib/pq from 1.10.6 to 1.10.7 (#7e3f3a3)
  • deps: bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#bf8cd4f)
  • deps: bump github.com/lib/pq from 1.10.5 to 1.10.6 (#e4d6def)
  • docker: remove GOARCH build flag (#f590d82)

Ci

  • add junit test output (#3233976)

Fix

  • release updated dependencies (#f3e5830)

Test

  • proxy: refactors parseguid to use table driven (#d59687b)

v2.1.0

03 May 15:52
Compare
Choose a tag to compare

2.1.0 (2022-05-03)

Features

  • env: add option to override default mps host (0b5fdd9), closes #27
  • healthcheck: adds flag for checking db status (b3360c7)

v2.0.0

15 Sep 23:07
e8ad596
Compare
Choose a tag to compare

Aligning version to match rest of toolkit -- no code changes.

Ci

  • changelog: add automation (#4cc5126)

Docs

  • security: added SECURITY.md file (#777962e)

v1.4.0

23 Jun 19:09
420dc08
Compare
Choose a tag to compare

v1.4.0 - 2021-06-23

Build

  • changelog: add config
  • docker: use non root user
  • scan: fixed protex and checkmarx scan
  • scan: fixed MPS-Router checkmarx scan
  • scans: enabled checkmarx
  • scans: enabled Checkmarx

Ci

  • add jenkinsfile
  • changelog: add automation for changelog generation
  • jenkins: fix protex project name

Docs

  • copyright: add missing header

Feat

  • build: added git workflows

Fix

  • guid parse now supports v1-4
  • proxy: Updated mps server and mps router ports as env variables
  • test: added unit tests for db

Test

  • proxy: test forward and backward functions