Releases: scramjetorg/transform-hub
Releases · scramjetorg/transform-hub
v1.0.1
What's Changed
- Update dependencies v1.0.0 by @a-tylenda in #1058
- Add logs to trace missing exit code by @patuwwy in #1059
- Prepare v1.0.1 by @a-tylenda in #1060
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Py runner reconnect by @piotrek6641 in #959
- Update dependencies v0.39.3 by @a-tylenda in #1047
- [Fix] Refapps update after release 0.26.0 by @a-tylenda in #1048
- [Fix] Runner log by @a-tylenda in #1050
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #1049
- Log objects in one line by @patuwwy in #1052
- Bump es5-ext from 0.10.62 to 0.10.63 by @dependabot in #1054
- Bump es5-ext from 0.10.61 to 0.10.63 in /bdd by @dependabot in #1053
- Runner Reconnect: Connection Process Revamp by @piotrek6641 in #900
- Store clear with prune by @gzukowski in #1036
- Bump jose from 4.11.2 to 4.15.5 by @dependabot in #1056
- Allow to get binary output from
/output
by @patuwwy in #1029 - Prepare v1.0.0 by @a-tylenda in #1057
Full Changelog: v0.39.3...v1.0.0
v0.39.3
What's Changed
- Update dependencies after release v0.39.2 by @alicja-gruzdz in #1043
- Allow to omit exect header in topic by @patuwwy in #1045
- Prepare v0.39.3 by @a-tylenda in #1046
Full Changelog: v0.39.2...v0.39.3
v0.39.2
What's Changed
- Update dependencies after release v0.39.1 by @alicja-gruzdz in #1037
- Remove docs for manager-api-client by @alicja-gruzdz in #1038
- Move enums from @types to @symbols by @alicja-gruzdz in #1041
- Fix HTTP vs HTTPS issue in clients by @alicja-gruzdz in #1040
- Prepare v0.39.2 by @alicja-gruzdz in #1042
Full Changelog: v0.39.1...v0.39.2
v0.39.1
What's Changed
- [TEST][CLI]VDM-1723 Test Reading App Config in Python Sequence by @karoltylenda in #1030
- fix topic list command by @karoltylenda in #1031
- [FIX] Cyclic dependency in api-client and manager-client by @a-tylenda in #1034
Full Changelog: v0.39.0...v0.39.1
v0.39.0
What's Changed
- Do not create or commit .nojekyll files by @alicja-gruzdz in #1016
- Send 100 Continue when ready to receive topic downstream by @patuwwy in #1010
- Event Hub by @MichalCz in #1012
- Remove cpu-features and systeminformation modules by @MichalCz in #532
- added alias to delete hub by @karoltylenda in #1017
- Type change in order to achieve coherent structure for displaying by @gzukowski in #960
- Python Runner: Topics provided on runtime by @RayNawfal in #1023
- [CLI][TEST] Error handling when sequence is uploaded by @karoltylenda in #1022
- [CLI][TEST]siseq-startup-config by @karoltylenda in #1025
- Fix this.space.getHostClient when using custom Agent by @patuwwy in #1021
New Contributors
- @RayNawfal made their first contribution in #1023
Full Changelog: v0.38.0...v0.39.0
v0.38.0
What's Changed
- Update dependencies after release v0.37.0 by @alicja-gruzdz in #998
- Shorten instance//events/:name endpoint response by @piotrek6641 in #987
- [BUG] VDM-1494 test overwrite si configuraion by @karoltylenda in #996
- add monitoring server config class by @piotrek6641 in #994
- Immediately send loadCheck to cmp when available by @patuwwy in #1001
- Send topic state when topic is deleted. by @patuwwy in #1004
- [HOST] Api remove support for getSequenceByName by @piotrek6641 in #993
- Faster eslint operation by @MichalCz in #1007
- Revoke all keys with one request by @patuwwy in #1008
- Enable yarn:build on mac by @leVermito in #827
- Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #1013
- VDM-1282: CLI autocomplete files and dirs by @ErykSol in #1000
- Prepare v0.38.0 by @alicja-gruzdz in #1014
New Contributors
- @leVermito made their first contribution in #827
Full Changelog: v0.37.0...v0.38.0
v0.37.0
What's Changed
- Update dependencies after release v0.36.1 by @alicja-gruzdz in #958
- [FIX] Instance ID replacement in
si inst restart -
by @a-tylenda in #963 - Bump @babel/traverse from 7.20.13 to 7.23.2 by @dependabot in #964
- VDM-1493 [TEST CLI] Feat/Instance restart by @karoltylenda in #965
- [CLI] Add
si seq start <seq-id> --inst-id
to CLI command by @a-tylenda in #966 - fix variable name by @piotrek6641 in #967
- [CLI] Remove session configs with write access by @patuwwy in #970
- Show Node version on Host start by @patuwwy in #974
- Auto set contenty-type in PANG by @patuwwy in #972
- Fix ObjLogger arguments reference by @patuwwy in #973
- Fix logging circular args by @patuwwy in #977
- Set Node to 18 in STH and Runner Dockerfiles by @patuwwy in #979
- Add option to provide file with arguments to start/deploy sequence by @patuwwy in #971
- Feat/cli yaml config by @piotrek6641 in #980
- Example configs by @a-tylenda in #968
- add create and remove new profile by @karoltylenda in #975
- VDM-1516 change node in workflow and as defualt input from 16 to 18 by @tomekcrm in #981
- GPU in Python Runner (docker) by @patuwwy in #928
- [FIX] Add missing hostClient types by @a-tylenda in #982
- Fix linting and duplicated code by @patuwwy in #984
- [CLI]add path option to si init by @karoltylenda in #989
- [FIX] VDM-1507 add missed description by @karoltylenda in #992
- Change in makeRequest method by @patuwwy in #991
- Pagination-support by @gzukowski in #949
- Small cleanup in host and runner logs by @patuwwy in #995
- [CLI TEST] VDM-1507 si init by @karoltylenda in #990
- Set default runner envs with
--runner-envs
STH param by @piotrek6641 in #986 - Prepare v0.37.0 by @alicja-gruzdz in #997
New Contributors
- @karoltylenda made their first contribution in #965
Full Changelog: v0.36.1...v0.37.0
v0.36.1
What's Changed
- Update dependencies after release v0.36.0 by @alicja-gruzdz in #955
- Add missing dependency in STH Dockerfile by @patuwwy in #956
- Prepare v0.36.1 by @alicja-gruzdz in #957
Full Changelog: v0.36.0...v0.36.1
v0.36.0
What's Changed
- Update dependencies v0.35.3 by @a-tylenda in #946
- Disconnect Hub errors enum + types by @piotrek6641 in #941
- Monitoring Server by @piotrek6641 in #944
- Fix runner exit by @patuwwy in #951
- Bump systeminformation from 5.21.4 to 5.21.7 by @dependabot in #950
- Prepare v0.36.0 by @alicja-gruzdz in #952
- Fix build docs for ModuleLoader and MonitoringServer by @patuwwy in #953
- Prepare v0.36.0 - add monitoring-server & loader fix by @alicja-gruzdz in #954
Full Changelog: v0.35.3...v0.36.0