Recent Releases of ogd-api-utils

ogd-api-utils - v1.1.0

What's Changed

  • Refactoring work on GH Actions by @LswaN58 in https://github.com/opengamedata/ogd-api-utils/pull/19
  • Simpler params for request tester by @LswaN58 in https://github.com/opengamedata/ogd-api-utils/pull/20
  • HelloAPI Unit Testing by @LswaN58 in https://github.com/opengamedata/ogd-api-utils/pull/21
  • Use match-case syntax for decision blocks in APIUtils by @LswaN58 in https://github.com/opengamedata/ogd-api-utils/pull/26

Full Changelog: https://github.com/opengamedata/ogd-api-utils/compare/v1.0.14...v1.1.0

- Python
Published by LswaN58 over 1 year ago

ogd-api-utils - v1.0.14

A few minor fixes for ServerConfigSchema.

Move fileserver reindexing script to this repository.

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.13...v1.0.14

- Python
Published by LswaN58 almost 2 years ago

ogd-api-utils - v1.0.13

What's Changed

  • Add basic unit testing framework for APIUtils classes by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/18

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.12...v1.1.0

What's Changed

  • Add basic unit testing framework for APIUtils classes by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/18

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.12...v1.0.13

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.12

What's Changed

  • Add SendRequest utility class, used for testing API deploys.

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.11...v1.0.12

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.11

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.10...v1.0.11

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.10

What's Changed

  • Add property for AsFlaskResponse. by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/16

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.9...v1.0.10

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.9

What's Changed

  • Option to load APIResponses from dictionaries

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.8...v1.0.9

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.8

What's Changed

  • Fix for dumb return to not stringifying version before returning. by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/14

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.7...v1.0.8

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.7

What's Changed

  • If there is no version set in config, use the semver parsing instead of hardcoded string. by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/12
  • Use dict for val in the response from version section of HelloAPI. by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/13

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.6...v1.0.7

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.6

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.5...v1.0.6

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.5

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.4...v1.0.5

Side note, really need a better way to test these without just re-releasing so it can be tested in context of use by another project...

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - v1.0.4

What's Changed

  • Use semantic versioning by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/11

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.3...v1.0.4

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - opengamedata-api-utils v1.0.3

What's Changed

  • Fix for versioning not being ints, but strings. by @LswaN58 in https://github.com/opengamedata/opengamedata-api-utils/pull/10

New Contributors

  • @LswaN58 made their first pull request contribution in https://github.com/opengamedata/opengamedata-api-utils/pull/10

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.2...v1.0.3

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - opengamedata-api-utils v1.0.2

What Changed

  • Added fix for crash when trying to load non-existent config.

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.1...v1.0.2

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - opengamedata-api-utils v1.0.1

What Changed

  • Reduce core ServerConfig items down to version and log level, other items are left to individual API apps to define.

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/compare/v1.0.0...v1.0.1

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - opengamedata-api-utils release 1.0.0

What Changed

  • First official release of the opengamedata-api-utils package,

Full Changelog: https://github.com/opengamedata/opengamedata-api-utils/commits/1.0.0

- Python
Published by LswaN58 about 2 years ago

ogd-api-utils - opengamedata-api-utils 1.0.0-beta1

What Changed

  • First pre-release attempt for the re-branded opengamedata-api-utils project (used to be opengamedata-server).
  • If all goes well, this will be followed by a full release, and later releases of individual APIs from their new GH projects.

- Python
Published by LswaN58 about 2 years ago