Skip to content

Releases: gitmobkab/copia

v0.3.2

27 May 13:50
1720dd1

Choose a tag to compare

Fixed

  • Fixed a bug where the generator uuid would crash in the copia run --dumps json command and other generators that returned non-basic types (like datetime objects)

Changed

  • Now passing the --dumps flag 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

18 May 01:13

Choose a tag to compare

Fixed

  • Fixed bugs when using the run command --skip-config and --skip-confirm flags.
  • 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

15 May 19:28

Choose a tag to compare

Added

  • security improvements against sql injections
  • official postgres adapter
  • unique keyword and generated values
  • a copia run command

Changed

  • the tui can now be launch with copia tui rather than copia
  • the dsl syntax now explicitly require parantheses after the name of a generator
  • the ref generator is now called fetch as the name is more intuitive
  • the cli logs messages appereance

Removed

  • tests on profile keys host, database and user for more flexibility

v0.2.1

26 Apr 20:26

Choose a tag to compare

Fixed

  • fixed the directive to use copia config schema file in the documentation and example file. Sorry about that :D

v0.2.0

26 Apr 19:46

Choose a tag to compare

Added

  • Generation settings screen (s) — change locale and toggle fast generation mid-session

v0.1.1

20 Apr 07:11

Choose a tag to compare

docs: Fixed README related settings

v0.1.0

20 Apr 06:50

Choose a tag to compare

  • Initial release