Skip to content

Commit

Permalink
APPS-2552 Post-release dxApi 0.13.10 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-i-v-a authored Mar 26, 2024
1 parent 6c93cac commit 86158f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions api/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# dxApi

## in develop
## unreleased

## 0.13.10 (2024-03-25)

* Change to make the user-agent string for dxScala more distinctive.
* Support for collecting data objects / files nested inside JSON objects.

## 0.13.9 (2024-02-29)

* adds `headJobOnDemand` attribute to jobNew call

## 0.13.8 (2023-07-21)

* changes to allow compiling with `treeTurnaroundTimeThreshold` attribute which facilitates platform to send the email
notifications for the root jobs/analyses with a run time (aka `treeTurnatoundTime`) exceeding the specified threshold.
This feature is not exclusive for dxCompiler and more information is available in the platform documentation.

## 0.13.6 (2023-06-08)

* changes to facilitate optimizations of the number of `file-xxx/describe` API calls upon (de)localization of input/output files.

## 0.13.5 (2023-03-07)
Expand All @@ -33,7 +38,6 @@ the `describe` response will be returned only for current workspace/project. If
will be ignored. Non-fully qualified file IDs are not allowed when searching files in other projects.
* Regression tests for API calls to platform


## 0.13.2 (2022-03-15)

* Added API methods for describing dbcluster and database objects
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxApi {
version = "0.13.10-SNAPSHOT"
version = "0.13.11-SNAPSHOT"
}

#
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ val yaml = project
lazy val dependencies =
new {
val dxCommonVersion = "0.11.5"
val dxApiVersion = "0.13.9"
val dxApiVersion = "0.13.10"
val typesafeVersion = "1.4.1"
val sprayVersion = "1.3.6"
val snakeyamlVersion = "2.3"
Expand Down

0 comments on commit 86158f1

Please sign in to comment.