1.0.1 - The missing pieces
We forgot stuff so this release is made to make it look like we did not
New Features
- Added missing encode password option for PostgreSQL commands
Dependencies and Build System
- Removed locked dependency to setuptools (now handled as build dependency)
- Updated pyarrow to version 20
- Updated dev requirements
- Updated documentation requirements
Documentation
- Updated scanner configuration documentation
- Removed documentation for deprecated commands
Internationalization (i18n)
- Implemented translations for csm-data main command
- Separated and updated translation files for csm-data
- Updated translation keys from "csm-data" to "csm_data"
General Improvements
- Corrected workflows
- Applied linter corrections after black update
This release includes security improvements with PostgreSQL password encoding, dependency updates including pyarrow v20, enhanced internationalization support for the csm-data component, and various documentation and code quality improvements.
What's Changed
- Update pyarrow to version 20 by @sjoubert in #54
- docs: update scanner config docs by @sellisd in #55
- feat: add missing encode password option for psql commands by @neomatamune in #56
New Contributors
Full Changelog: 1.0.0...1.0.1