Releases: BrainPad/cliboa
Releases · BrainPad/cliboa
v3.1.1-beta
What's Changed
- fix: referencing symbol arguments.(Fixes #670) by @skxeve in #671
- build(deps): bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #672
- feat: improve CsvConcat logging by removing misleading warning by @Deepak8858 in #674
New Contributors
- @Deepak8858 made their first contribution in #674
Full Changelog: v3.1.0-beta...v3.1.1-beta
v3.1.0-beta
What's Changed
- build(deps): bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #661
- build(deps): bump cryptography from 46.0.5 to 46.0.6 by @dependabot[bot] in #662
- build(deps-dev): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #663
- feat: Create GoogleSheetImport (Fixes #646) by @skxeve in #660
- Support CsvMerge to specify dtype parameter.(Fixes #647) by @skxeve in #659
- build(deps-dev): bump nltk from 3.9.3 to 3.9.4 by @dependabot[bot] in #664
- Added group mode to CsvConcat. by @skxeve in #665
- refactor: Improve CsvMerge readability and extensibility. (Due to 2026/04/03) by @skxeve in #668
- Deprecate src_filenames in CsvConcat by @chiradeep-nanabala in #667
- Add logging for S3Upload and S3Download Operations by @chiradeep-nanabala in #669
New Contributors
- @chiradeep-nanabala made their first contribution in #667
Full Changelog: v3.0.0-beta...v3.1.0-beta
v3.1.0-alpha.1
Full Changelog: v3.1.0-alpha...v3.1.0-alpha.1
v3.1.0-alpha
What's Changed
- build(deps): bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #661
- build(deps): bump cryptography from 46.0.5 to 46.0.6 by @dependabot[bot] in #662
- build(deps-dev): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #663
- feat: Create GoogleSheetImport (Fixes #646) by @skxeve in #660
- Support CsvMerge to specify dtype parameter.(Fixes #647) by @skxeve in #659
- build(deps-dev): bump nltk from 3.9.3 to 3.9.4 by @dependabot[bot] in #664
- Added group mode to CsvConcat. by @skxeve in #665
Full Changelog: v3.0.0-beta...v3.1.0-alpha
v3.0.0-beta
Documents
Announcement Issue
Milestone
Migration guide
What's Changed
- cleanup the interface layer. (fixes #521) by @skxeve in #540
- integration utils log( fixes #528) by @skxeve in #551
- refactor!: redesign ScenarioManager and relates. (Fixes #523) by @skxeve in #552
- objectify scenario model (fixes #522) by @skxeve in #554
- refactor!: change factory from class to method, and separate loader. (fixes #553) by @skxeve in #555
- refactor!: redesign core layer and relates. (Fixes #524) by @skxeve in #556
- Redefine listener layer (Fixes #526) by @skxeve in #567
- deprecate cliboa.ini (fixes #557) by @skxeve in #568
- refactor core model (Fixes #565) by @skxeve in #569
- refactor!: removal of StepArgument (Fixes #559) by @skxeve in #570
- removal common layer (Fixes #563) by @skxeve in #573
- moved template dir under cli to clarify dependencies. (Fixes #562) by @skxeve in #574
- deprecate helper (Fixes #564) by @skxeve in #578
- refactor: extract base class AbstractStep from BaseStep. (Fixes #575) by @skxeve in #579
- feat: introduce flexibility to logging configuration. (Fixes #561) by @skxeve in #581
- refactor!: decouple factory processing from sys.path.append (Fixes #558) by @skxeve in #582
- refactor!: deprecate ObjectStore. (Fixes #560) by @skxeve in #583
- docs: Merged some docs to scenario_configuration.md (Fixes #588) by @skxeve in #618
- feat!: Add feat to receive arguments using pydantic model. (Fixes #580) by @skxeve in #602
- feat: Improve cliboa state for logging (fixes #595) by @skxeve in #605
- refactor: handling for CommandArgument (Fixes #598) by @skxeve in #606
- refactor: clarify scope rules. (Fixes #594) by @skxeve in #607
- refactor!: Removal of RdbmsUtil (Fixes #597) by @skxeve in #610
- refactor!: update interface of adapters about http. (Fixes #608) by @skxeve in #611
- refactor: establish deprecation policy. (Fixes #601) by @skxeve in #612
- refactor!: Remove hardcoded credentials from config (Fixes #600) by @skxeve in #614
- refactor: Relax model type restrictions to support future extensions (Fixes #613) by @skxeve in #615
- redesign scenario classes. (Fixes #603 and #604) by @skxeve in #617
- feat: update cliboadmin to adjust v3 and pythonic. (Fixes #593 and #589) by @skxeve in #620
- refactor!: fix logging in StepStatusListener, and refactor ExecuteShellScript. (Fixes #619) by @skxeve in #621
- refactor: integrate AbstractStep back into BaseStep. (Fixes #622) by @skxeve in #623
- docs: Create guide of migration to v3. And add deprecation warnings. (Fixes #587) by @skxeve in #624
- ci: Update stale action to close inactive issues and PRs by @skxeve in #627
- docs: update developer guides for v3 major. by @skxeve in #634
- docs: Update migration guide class list. by @skxeve in #635
- build(deps): bump pynacl from 1.6.0 to 1.6.2 by @dependabot[bot] in #628
- build(deps): bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #629
- build(deps-dev): bump authlib from 1.6.5 to 1.6.6 by @dependabot[bot] in #630
- build(deps-dev): bump filelock from 3.20.1 to 3.20.3 by @dependabot[bot] in #631
- build(deps): bump azure-core from 1.35.1 to 1.38.0 by @dependabot[bot] in #632
- build(deps): bump pyasn1 from 0.6.1 to 0.6.2 by @dependabot[bot] in #633
- docs: update root README for v3 by @skxeve in #636
- Update docs, and deprecate EssentialParameters. by @skxeve in #638
- update pyproject, and support python3.13 by @skxeve in #639
- feat: Add own arguments to StepListener(Fixes #644) by @skxeve in #648
- fix: bugfix to pass project_name to factory. (Fixes #649) by @skxeve in #650
- refactor: reduce DeprecationWarning in logging. (Fixes #641) by @skxeve in #642
- docs: document inheritance-related caveats for custom classes by @skxeve in #656
- docs: formalize versioning and release policy by @skxeve in #657
- Release v3 by @skxeve in #658
- build(deps): bump protobuf from 6.32.1 to 6.33.5 by @dependabot[bot] in #640
- build(deps-dev): bump authlib from 1.6.6 to 1.6.9 by @dependabot[bot] in #653
- build(deps): bump pyasn1 from 0.6.2 to 0.6.3 by @dependabot[bot] in #654
- build(deps-dev): bump nltk from 3.9.2 to 3.9.3 by @dependabot[bot] in #655
- build(deps-dev): bump black from 24.10.0 to 26.3.1 by @dependabot[bot] in #652
- build(deps): bump cryptography from 44.0.3 to 46.0.5 by @dependabot[bot] in #643
Full Changelog: v2.7.2beta...v3.0.0-beta
v3.0.0-alpha.1
v3.0.0-alpha
What's Changed
- cleanup the interface layer. (fixes #521) by @skxeve in #540
- integration utils log( fixes #528) by @skxeve in #551
- refactor!: redesign ScenarioManager and relates. (Fixes #523) by @skxeve in #552
- objectify scenario model (fixes #522) by @skxeve in #554
- refactor!: change factory from class to method, and separate loader. (fixes #553) by @skxeve in #555
- refactor!: redesign core layer and relates. (Fixes #524) by @skxeve in #556
- Redefine listener layer (Fixes #526) by @skxeve in #567
- deprecate cliboa.ini (fixes #557) by @skxeve in #568
- refactor core model (Fixes #565) by @skxeve in #569
- refactor!: removal of StepArgument (Fixes #559) by @skxeve in #570
- removal common layer (Fixes #563) by @skxeve in #573
- moved template dir under cli to clarify dependencies. (Fixes #562) by @skxeve in #574
- deprecate helper (Fixes #564) by @skxeve in #578
- refactor: extract base class AbstractStep from BaseStep. (Fixes #575) by @skxeve in #579
- feat: introduce flexibility to logging configuration. (Fixes #561) by @skxeve in #581
- refactor!: decouple factory processing from sys.path.append (Fixes #558) by @skxeve in #582
- refactor!: deprecate ObjectStore. (Fixes #560) by @skxeve in #583
- docs: Merged some docs to scenario_configuration.md (Fixes #588) by @skxeve in #618
- feat!: Add feat to receive arguments using pydantic model. (Fixes #580) by @skxeve in #602
- feat: Improve cliboa state for logging (fixes #595) by @skxeve in #605
- refactor: handling for CommandArgument (Fixes #598) by @skxeve in #606
- refactor: clarify scope rules. (Fixes #594) by @skxeve in #607
- refactor!: Removal of RdbmsUtil (Fixes #597) by @skxeve in #610
- refactor!: update interface of adapters about http. (Fixes #608) by @skxeve in #611
- refactor: establish deprecation policy. (Fixes #601) by @skxeve in #612
- refactor!: Remove hardcoded credentials from config (Fixes #600) by @skxeve in #614
- refactor: Relax model type restrictions to support future extensions (Fixes #613) by @skxeve in #615
- redesign scenario classes. (Fixes #603 and #604) by @skxeve in #617
- feat: update cliboadmin to adjust v3 and pythonic. (Fixes #593 and #589) by @skxeve in #620
- refactor!: fix logging in StepStatusListener, and refactor ExecuteShellScript. (Fixes #619) by @skxeve in #621
- refactor: integrate AbstractStep back into BaseStep. (Fixes #622) by @skxeve in #623
- docs: Create guide of migration to v3. And add deprecation warnings. (Fixes #587) by @skxeve in #624
- ci: Update stale action to close inactive issues and PRs by @skxeve in #627
- docs: update developer guides for v3 major. by @skxeve in #634
- docs: Update migration guide class list. by @skxeve in #635
- build(deps): bump pynacl from 1.6.0 to 1.6.2 by @dependabot[bot] in #628
- build(deps): bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #629
- build(deps-dev): bump authlib from 1.6.5 to 1.6.6 by @dependabot[bot] in #630
- build(deps-dev): bump filelock from 3.20.1 to 3.20.3 by @dependabot[bot] in #631
- build(deps): bump azure-core from 1.35.1 to 1.38.0 by @dependabot[bot] in #632
- build(deps): bump pyasn1 from 0.6.1 to 0.6.2 by @dependabot[bot] in #633
- docs: update root README for v3 by @skxeve in #636
- Update docs, and deprecate EssentialParameters. by @skxeve in #638
- update pyproject, and support python3.13 by @skxeve in #639
Full Changelog: v2.7.2beta...v3.0.0-alpha
v2.7.2beta
What's Changed
- docs: add review process exception by @skxeve in #548
- docs: Fixing a wrong image link by @skxeve in #547
- build(deps-dev): bump authlib from 1.6.4 to 1.6.5 by @dependabot[bot] in #549
- upgrade: poetry update by @skxeve in #550
- docs: Update CONTRIBUTING.md by @skxeve in #566
- Update README.md by @skxeve in #585
- build(deps): bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #616
- build(deps-dev): bump filelock from 3.20.0 to 3.20.1 by @dependabot[bot] in #625
- build(deps-dev): bump marshmallow from 4.0.1 to 4.1.2 by @dependabot[bot] in #626
Full Changelog: v2.7.1beta...v2.7.2beta
v2.7.1beta
v2.7.0beta
What's Changed
- Improve memory efficiency of CsvDuplicateRowDelete class by @nissy0409240 in #505
- refactor: update listener comments, type hints, and arguments. by @skxeve in #512
- Fix intermittent HTTP test failures by implementing mocking by @nissy0409240 in #514
- Extend logging and bugfix CI of security. by @skxeve in #518
- feat: add cross-account IAM role support for S3 operations and update docs/tests by @nasudadada in #519
- Import wiki documents to close wiki (fixes #531) by @skxeve in #534
- build: poetry update and not ignore poetry.lock (fixes #533) by @skxeve in #535
- Separating tests from package (fixes #532) by @skxeve in #537
- ci: exclude released version branch to check merged branches. (fixes #536) by @skxeve in #538
- build(deps): bump cryptography from 38.0.4 to 44.0.1 by @dependabot[bot] in #539
- refactor: BaseStep support for multiple inheritance (Fixes #541) by @skxeve in #542
Full Changelog: v2.6.1beta...v2.7.0beta