Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.3.2] - 2026-05-27
Fixed
- Fixed a bug where the generator
uuidwould crash in thecopia run --dumps jsoncommand and other generators that returned non-basic types (likedatetimeobjects)
Changed
- Now passing the
--dumpsflag will directly dump the generated values and disable non-error logs. - Improved the SQL formatter to be more accurate to the actual SQL syntax.
[0.3.1] - 2026-05-18
Fixed
- Fixed bugs when using the
runcommand--skip-configand--skip-confirmflags. - Fixed json formatter to return proper json text
- Fixed error message in the csv formatter
Changed
- Downgrade minimum required python version to 3.11.
- Updated the exits codes.
- the generator suggestions system to be more forgiving
[0.3.0] - 2026-05-15
Added
- security improvements against sql injections
- official postgres adapter
- unique keyword and generated values
- a
copia runcommand
Changed
- the tui can now be launch with
copia tuirather thancopia - the dsl syntax now explicitly require parantheses after the name of a generator
- the
refgenerator is now calledfetchas the name is more intuitive - the cli logs messages appereance
Removed
- tests on profile keys
host,databaseanduserfor more flexibility
[0.2.1] - 2026-04-26
Fixed
- fixed the directive to use copia config schema file in the documentation and example file. Sorry about that :D
[0.2.0] - 2026-04-26
Added
- Generation settings screen (
s) — change locale and toggle fast generation mid-session
[0.1.1] - 2026-04-20
Fixed
- corrected a typo in the README file. (yes, i know, sorry for my bad english)
[0.1.0] - 2026-04-20
- Initial release