Skip to content

Releases: tr4nt0r/pyloadapi

v1.4.2

23 Feb 18:00
v1.4.2
479762a
Compare
Choose a tag to compare

What's Changed

👻 Bug Fixes

  • Fix error in debug logging not returning the response body @tr4nt0r (#110)

📃 Documentation

  • Update AUTHORS and CONTRIBUTING guidelines @tr4nt0r (#124)
  • Enhance README with usage examples and installation instructions @tr4nt0r (#123)

🧰 Maintenance

6 changes
  • Add hatch-test environment and Python/OS test matrix @tr4nt0r (#122)
  • Use pipx to install hatch in build workflow @tr4nt0r (#121)
  • Remove duplicate mypy github action @tr4nt0r (#120)
  • Update mypy to use pyproject.toml and remove deprecated files @tr4nt0r (#119)
  • Update release drafter to trigger on push to main and labeler to manual dispatch @tr4nt0r (#115)
  • Update pre-commit configuration and bump hooks @tr4nt0r (#112)

🔬 Other updates

  • Add Destination type to public API exports @tr4nt0r (#118)
  • Change logger to use package name instead of module name @tr4nt0r (#117)
  • Refactor debug logging to use exc_info for exception traceback @tr4nt0r (#116)
  • Remove unnecessary dotenv dependency @tr4nt0r (#114)
  • Use yarl for API url building @tr4nt0r (#111)

🧩 Dependency Updates

Contributors: @tr4nt0r

v1.4.1

19 Feb 02:57
v1.4.1
d73e290
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

🔬 Other updates

Contributors: @cdce8p and @tr4nt0r

v1.4.0

11 Jul 05:45
cf96816
Compare
Choose a tag to compare

What's Changed

  • Add methods to add packages and upload container by @tr4nt0r in #48
  • Change Finished to `Total downloads, fix some typos by @tr4nt0r in #47

Full Changelog: v1.3.2...v1.4.0

v1.3.2

10 Jul 18:44
v1.3.2
238fa36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Jul 00:24
v1.3.1
d3e2ab5
Compare
Choose a tag to compare

Bump version 1.3.0 → 1.3.1

What's Changed

  • Remove unused code, remove duplicate Error from error msg by @tr4nt0r in #42
  • Add testing for the command line interface by @tr4nt0r in #43

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Jul 20:37
v1.3.0
d975e7b
Compare
Choose a tag to compare

Bump version 1.2.0 → 1.3.0

What's Changed

Full Changelog: v1.2.0...v1.3.0

1.2.0

22 Jun 01:51
v1.2.0
8cca9df
Compare
Choose a tag to compare

Bump version 1.1.0 → 1.2.0

What's Changed

  • Enhance documentation in types.py by @tr4nt0r in #24
  • Fix deprecated typing annotations in types.py by @tr4nt0r in #25
  • Fix deprecated typing annotations in types.py by @tr4nt0r in #26
  • Fix formatting in docstrings of PyLoadAPI class by @tr4nt0r in #28
  • Fix codecov badge on README page by @tr4nt0r in #29
  • Add comprehensive documentation for PyLoadAPI usage by @tr4nt0r in #31
  • Fix URLs and update repository links in documentation and configuration by @tr4nt0r in #32
  • Increase Test Coverage for PyLoadAPI by @tr4nt0r in #33
  • Refactor type handling and response classes by @tr4nt0r in #35

Updated dependecies

Full Changelog: 1.1.0...v1.2.0

1.1.0

20 Apr 05:39
da3ae16
Compare
Choose a tag to compare

What's Changed

  • Add methods for controling pyLoad and tests by @tr4nt0r in #4

Full Changelog: 1.0.3...1.1.0

1.0.3

15 Apr 06:56
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2

10 Apr 03:38
Compare
Choose a tag to compare

What's Changed

  • Make dataclasses subscriptable by @tr4nt0r in #2
  • username and password changed to mandatory arguments by @tr4nt0r in #3

Full Changelog: 1.0.1...1.0.2