Skip to content

Commit

Permalink
Issue 646: Updated SBT, Swagger UI, and application version.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
  • Loading branch information
naphelps committed Jan 23, 2024
1 parent 8eac3ab commit fd28c4e
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [2.122.0] - 2024-01-23
- Issue 646: Transitioned The Exchange to Apache Pekko from Lightbind's Akka.
- akka-http 10.2.7 -> pekko-http 1.0.0
- akka-http-testkit 10.2.7 -> pekko-http-testkit 1.0.0
- akka-http-xml 10.2.7 -> pekko-http-xml 1.0.0
- akka-stream-testkit 2.6.16 -> pekko-stream-testkit 1.0.2
- akka-testkit 2.6.16 -> pekko-testkit 1.0.2
- Scala 2.13.10 -> Scala 2.13.11
- akka-http-cors 1.1.2 -> pekko-http-cors 1.0.0
- akka-http-jackson 1.39.2 -> pekko-http-jackson 2.0.0
- postgresql 42.6.0 -> 42.7.1
- SBT 1.9.6 -> 1.9.8
- swagger-akka-http 2.6.0 -> swagger-pekko-http 2.12.0
- swagger-scala-module 2.11.0 -> 2.12.0
- Swagger UI 5.1.0 -> 5.11.0

## [2.121.0] - 2023-11-16
- Restructured the source for Catalog, Deployment Patterns and Policies, Management Policies, Nodes, Node Groups, and Services.

Expand Down
2 changes: 1 addition & 1 deletion docs/openapi-3-developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name" : "Apache License Version 2.0",
"url" : "https://www.apache.org/licenses/LICENSE-2.0"
},
"version" : "2.121.0"
"version" : "2.122.0"
},
"externalDocs" : {
"description" : "Open-horizon ExchangeAPI",
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi-3-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name" : "Apache License Version 2.0",
"url" : "https://www.apache.org/licenses/LICENSE-2.0"
},
"version" : "2.121.0"
"version" : "2.122.0"
},
"externalDocs" : {
"description" : "Open-horizon ExchangeAPI",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/swagger-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.121.0
2.122.0

0 comments on commit fd28c4e

Please sign in to comment.