Skip to content

Releases: postgrespro/testgres.pg_conf

v0.3.0

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 07 Jul 22:07
4abce40

What's Changed

  • [typing] BugCheckError uses NoReturn (#36)
  • [typing] src.core.Helpers is updated (#37)
  • fix: ConfigurationOsFile::Close returns None (not str) (#38)
  • [typing] ConfigurationOsFile is updated (#39)
  • fix: ConfigurationOsOps::Path_Join is corrected (#40)
  • fix: ConfigurationOsOps::Remove returns None (not str) (#41)
  • Typing is corrected (#42)
  • typing: PostgresConfigurationReader_Base::LoadConfigurationFile is updated (#43)
  • typing: OptionHandlerToAddOption::AddOption is corrected (#44)
  • ConfigurationOsFile declares __enter__ and __exit__ as part of an abstract interface (#45)
  • typing: PostgresConfiguration_Base::DataHandler__SetOptionValue__Simple is updated (#46)
  • fix: PostgresConfiguration_Base::Helper__AggregateAllOptionValues is corrected (#47)
  • Refactoring (#48, , #51)
  • fix: ConfigurationOsFile::Overwrite (bad message) (#49)
  • fix: PostgresConfiguration_Std did not use an user cfgOsOps (#50)

Full Changelog: v0.2.3...v0.3.0

0.2.3

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 18 Jun 09:03

What's Changed

  • typing.NoReturn is used (#34)

Full Changelog: v0.2.2...v0.2.3

0.2.2

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 18 Jun 06:50
45944d1

What's Changed

  • CI: Python 3.7.3 (4, 5) is added (#32)

Full Changelog: 0.2.1...v0.2.2

0.2.1

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 25 Feb 17:10

What's Changed

  • [CI] GitHub Actions is used (#8, #9, #10, #17, #23)
  • pytest-env is used, pytest.ini is deleted (#12, #13)
  • OptionData is fixed (typing.Optional) (#18)
  • Usage of staticmethod (#20, #24)
  • fix: TestSet001__Common.optionName is fixed (request: pytest.fixture) (#21)
  • fix: Usage "typing.Any" instead "any" (#22)
  • PostgresConfigurationFactory_Base is corrected (#25)

Full Changelog: 0.2.0...0.2.1

0.2.0

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 08 Jan 10:27

What's Changed

  • pyproject.toml is used (#7)
  • License file is added

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 02 Nov 14:07

What's Changed

  • Support of python 3.7, 3.8 #2
  • Fix: TestGlobalCache is corrected #3
  • ConfigurationFileReader::ReadLine returns typing.Optional[str] #4
  • Cleanup: CI uses "python -m pytest ..." explicitly #5
  • CI checks codestyle (flake8) #6

Full Changelog: 0.0.2...0.1.0

0.0.2

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 01 Nov 19:28

It is an initial release.