Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

This is the changelog for Scramjet Transform Hub. It holds only notable commits, others are grouped without commit info.

## [0.39.0] - 2024-02-06

## Features

* Send 100 Continue when ready to receive topic downstream by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/1010
* Event Hub by @MichalCz in https://github.com/scramjetorg/transform-hub/pull/1012
* Added alias to delete hub by @karoltylenda in https://github.com/scramjetorg/transform-hub/pull/1017
* [CLI][TEST] Error handling when sequence is uploaded by @karoltylenda in https://github.com/scramjetorg/transform-hub/pull/1022
* [CLI][TEST]siseq-startup-config by @karoltylenda in https://github.com/scramjetorg/transform-hub/pull/1025

## Fixed

* Remove cpu-features and systeminformation modules by @MichalCz in https://github.com/scramjetorg/transform-hub/pull/532
* Type change in order to achieve coherent structure for displaying by @gzukowski in https://github.com/scramjetorg/transform-hub/pull/960
* Python Runner: Topics provided on runtime by @RayNawfal in https://github.com/scramjetorg/transform-hub/pull/1023
* Fix this.space.getHostClient when using custom Agent by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/1021
* Do not create or commit .nojekyll files by @alicja-gruzdz in https://github.com/scramjetorg/transform-hub/pull/1016


## [0.37.0] - 2023-11-27

## Features
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/args-config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/scramjetorg/transform-hub.git"
},
"devDependencies": {
"@scramjet/types": "0.38.0"
"@scramjet/types": "0.39.0"
},
"private": true
}
2 changes: 1 addition & 1 deletion bdd/data/sequences/args-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.38.0",
"@scramjet/types": "^0.39.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/deploy-app/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.38.0",
"@scramjet/types": "^0.39.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/deploy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.38.0",
"@scramjet/types": "^0.39.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/event-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/scramjetorg/create-sequence#readme",
"devDependencies": {
"@scramjet/types": "^0.34.4"
"@scramjet/types": "^0.39.0"
},
"author": "",
"license": "ISC"
Expand Down
2 changes: 1 addition & 1 deletion bdd/iac-test-data/sequences/infinite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"build": "si pack -o ../hello-2.tar.gz ."
},
"devDependencies": {
"@scramjet/types": "^0.38.0"
"@scramjet/types": "^0.39.0"
}
}
12 changes: 6 additions & 6 deletions bdd/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "scramjet-bdd",
"version": "0.38.0",
"version": "0.39.0",
"description": "As the \"problem scope\" of the business problem that our technology solves is quite complex, we decided to use the BDD practice to support the development process. BDD is a methodology of high automation and agility. It describes a cycle of interactions with well-defined outcomes. As a result of these activities, we obtain working, tested software that has a real value.",
"main": "_cucumber.js",
"dependencies": {
"@scramjet/api-client": "^0.38.0",
"@scramjet/logger": "^0.38.0",
"@scramjet/obj-logger": "^0.38.0",
"@scramjet/sth-config": "^0.38.0",
"@scramjet/api-client": "^0.39.0",
"@scramjet/logger": "^0.39.0",
"@scramjet/obj-logger": "^0.39.0",
"@scramjet/sth-config": "^0.39.0",
"dockerode": "^3.3.4",
"find-package-json": "^1.2.0",
"freeport": "^1.0.5",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@cucumber/cucumber": "^7.3.2",
"@cucumber/pretty-formatter": "^1.0.0",
"@scramjet/types": "^0.38.0"
"@scramjet/types": "^0.39.0"
},
"scripts": {
"build:bdd": "tsc -p tsconfig.json",
Expand Down
Loading