Releases: saagie/sdk
Releases Β· saagie/sdk
v0.12.9
π Bug Fix
- yarn deduplicate #111 (@hibnico)
- Bump terser from 5.12.1 to 5.14.2 #111 (@dependabot[bot])
- Bump parse-url from 6.0.0 to 6.0.2 #111 (@dependabot[bot])
@saagie/sdk
Authors: 2
- @dependabot[bot]
- Nicolas LalevΓ©e (@hibnico)
v0.12.8
π Bug Fix
- Bump ejs from 3.1.6 to 3.1.8 #106 (@dependabot[bot])
- Fix checkConnection script path #106 (@hibnico)
- Add support for 'checkConnection' #106 (@hibnico)
- Fix showing the error message on actions #106 (@hibnico)
- Show the actual error message in the UI #106 (@hibnico)
- Simulate the split of the logs by line #106 (@hibnico)
- Wrap long log lines in the debug panel #106 (@hibnico)
- Store "Sandbox" form in local storage #106 (@hibnico)
- Add a "Sandbox" form to run any kind of function in a script #106 (@hibnico)
- Do not retry failed queries #106 (@hibnico)
- Properly restore data form the local storage in case only the parameters are edited #106 (@hibnico)
- Only get logs if an action getLogs is configured #106 (@hibnico)
@saagie/sdk
- Check script return value for null or undefined and add a few assertions on stream status #106 (@arnaudbos)
- Make the first lines of logs displayed and the ull content downloadable #106 (@hibnico)
- Handle all script responses as stream #106 (@arnaudbos)
- Add checkConnection to the template #106 (@hibnico)
- Display log timestamps #106 (@hibnico)
- Fix log stream error and add check connection form display condition #106 (@arnaudbos)
- Fix script log streaming and validate log format #106 (@arnaudbos)
- Handle 'undefined' in stringified data #106 (@hibnico)
- Add a max timeout on script execution #106 (@hibnico)
- If we don't succeed in returning the error, at least log it locally #106 (@hibnico)
- Handle script that returns noting, like stop #106 (@hibnico)
- Fix how logs are fetched when they are a stream of objects #106 (@hibnico)
- Run the script in a forked process #106 (@hibnico)
- Handle more kind of data in stringify #106 (@hibnico)
- Handle 'null' values in stringify #106 (@hibnico)
Authors: 3
- @dependabot[bot]
- Arnaud Bos (@arnaudbos)
- Nicolas LalevΓ©e (@hibnico)
v0.12.7
π Bug Fix
- Add --no-verify-access for lerna publish #98 (@fabienmifsud)
Authors: 1
- Fabien MIFSUD (@fabienmifsud)
v0.12.6
π Bug Fix
- Add dummy commit for test release. #105 (julien.bignon@saagie.com)
Authors: 1
- julien bignon (julien.bignon@saagie.com)
v0.12.5
v0.12.4
v0.12.3
π Bug Fix
- [security-fix][GHSL-2020-376] avoid arbitrary injection in title #93 (@finalspy)
@saagie/sdk
- update eslint-plugin-import to handle correctly airbnb rules #96 (@fabienmifsud)
@saagie/sdk
- update parcel-bundler version to last 1.x.x #96 (@fabienmifsud)
β οΈ Pushed to master
- π update gajira-create to v2.0.1 (yoann.fleury@saagie.com)
Authors: 3
- Fabien MIFSUD (@fabienmifsud)
- Yann PETIT (@finalspy)
- Yoann Fleury (yoann.fleury@saagie.com)
v0.12.2
π Bug Fix
- fix: remove the * --force-publish don't need it #92 (@yoannfleurydev)
- fix: release all packages on update #91 (@yoannfleurydev)
Authors: 1
- Yoann Fleury (@yoannfleurydev)
v0.12.1
π Bug Fix
- π logs component is more stable #89 (@yoannfleurydev)
Authors: 1
- Yoann Fleury (@yoannfleurydev)
v0.12.0
π Enhancement
- β¨ Implement Radio type field #86 (@Tetragramato)
- β¨ implement text area type field #85 (@rpaoli-saagie)
Authors: 2
- @rpaoli-saagie
- V Brissat (@Tetragramato)