Skip to content

Commit e7b26d3

Browse files
Merge pull request #1028 from scramjetorg/main
Update dependencies after release v0.39.0
2 parents 24b5f50 + ebc0609 commit e7b26d3

File tree

61 files changed

+3385
-444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3385
-444
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## [0.39.0] - 2024-02-06
6+
7+
## Features
8+
9+
* Send 100 Continue when ready to receive topic downstream by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/1010
10+
* Event Hub by @MichalCz in https://github.com/scramjetorg/transform-hub/pull/1012
11+
* Added alias to delete hub by @karoltylenda in https://github.com/scramjetorg/transform-hub/pull/1017
12+
* [CLI][TEST] Error handling when sequence is uploaded by @karoltylenda in https://github.com/scramjetorg/transform-hub/pull/1022
13+
* [CLI][TEST]siseq-startup-config by @karoltylenda in https://github.com/scramjetorg/transform-hub/pull/1025
14+
15+
## Fixed
16+
17+
* Remove cpu-features and systeminformation modules by @MichalCz in https://github.com/scramjetorg/transform-hub/pull/532
18+
* Type change in order to achieve coherent structure for displaying by @gzukowski in https://github.com/scramjetorg/transform-hub/pull/960
19+
* Python Runner: Topics provided on runtime by @RayNawfal in https://github.com/scramjetorg/transform-hub/pull/1023
20+
* Fix this.space.getHostClient when using custom Agent by @patuwwy in https://github.com/scramjetorg/transform-hub/pull/1021
21+
* Do not create or commit .nojekyll files by @alicja-gruzdz in https://github.com/scramjetorg/transform-hub/pull/1016
22+
23+
524
## [0.37.0] - 2023-11-27
625

726
## Features

bdd/data/sequences/args-config-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/scramjetorg/transform-hub.git"
1111
},
1212
"devDependencies": {
13-
"@scramjet/types": "0.38.0"
13+
"@scramjet/types": "0.39.0"
1414
},
1515
"private": true
1616
}

bdd/data/sequences/args-to-output/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Scramjet <[email protected]>",
1313
"license": "ISC",
1414
"devDependencies": {
15-
"@scramjet/types": "^0.38.0",
15+
"@scramjet/types": "^0.39.0",
1616
"@types/node": "15.12.5"
1717
},
1818
"repository": {

bdd/data/sequences/deploy-app/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Scramjet <[email protected]>",
1111
"license": "ISC",
1212
"devDependencies": {
13-
"@scramjet/types": "^0.38.0",
13+
"@scramjet/types": "^0.39.0",
1414
"@types/node": "15.12.5"
1515
},
1616
"repository": {

bdd/data/sequences/deploy-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Scramjet <[email protected]>",
1111
"license": "ISC",
1212
"devDependencies": {
13-
"@scramjet/types": "^0.38.0",
13+
"@scramjet/types": "^0.39.0",
1414
"@types/node": "15.12.5"
1515
},
1616
"repository": {

bdd/data/sequences/event-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/scramjetorg/create-sequence#readme",
2020
"devDependencies": {
21-
"@scramjet/types": "^0.34.4"
21+
"@scramjet/types": "^0.39.0"
2222
},
2323
"author": "",
2424
"license": "ISC"

bdd/iac-test-data/sequences/infinite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"build": "si pack -o ../hello-2.tar.gz ."
1010
},
1111
"devDependencies": {
12-
"@scramjet/types": "^0.38.0"
12+
"@scramjet/types": "^0.39.0"
1313
}
1414
}

bdd/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "scramjet-bdd",
3-
"version": "0.38.0",
3+
"version": "0.39.0",
44
"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.",
55
"main": "_cucumber.js",
66
"dependencies": {
7-
"@scramjet/api-client": "^0.38.0",
8-
"@scramjet/logger": "^0.38.0",
9-
"@scramjet/obj-logger": "^0.38.0",
10-
"@scramjet/sth-config": "^0.38.0",
7+
"@scramjet/api-client": "^0.39.0",
8+
"@scramjet/logger": "^0.39.0",
9+
"@scramjet/obj-logger": "^0.39.0",
10+
"@scramjet/sth-config": "^0.39.0",
1111
"dockerode": "^3.3.4",
1212
"find-package-json": "^1.2.0",
1313
"freeport": "^1.0.5",
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@cucumber/cucumber": "^7.3.2",
1919
"@cucumber/pretty-formatter": "^1.0.0",
20-
"@scramjet/types": "^0.38.0"
20+
"@scramjet/types": "^0.39.0"
2121
},
2222
"scripts": {
2323
"build:bdd": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)