Releases: gitmobkab/copia
Releases · gitmobkab/copia
v0.3.2
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.
v0.3.1
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
v0.3.0
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
v0.2.1
Fixed
- fixed the directive to use copia config schema file in the documentation and example file. Sorry about that :D
v0.2.0
Added
- Generation settings screen (
s) — change locale and toggle fast generation mid-session
v0.1.1
docs: Fixed README related settings
v0.1.0
- Initial release