Skip to content

Releases: Metron-Project/Simyan

v1.4.0

20 Dec 02:58
254924d
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Changed the type of url fields from str to pydantic.HttpUrl

A number of classes have either been removed or renamed

  • BaseCharacter -> BasicCharacter
  • CharacterEntry
  • BaseConcept -> BasicConcept
  • ConceptEntry
  • BaseCreator -> BasicCreator
  • CreatorEntry
  • CountEntry -> GenericCount
  • CreatorEntry -> GenericCreator
  • IssueEntry -> GenericIssue
  • Image -> Images
  • BaseIssue -> BasicIssue
  • IssueEntry
  • BaseItem -> BasicItem
  • ItemEntry
  • BaseLocation -> BasicLocation
  • LocationEntry
  • BaseOrigin -> BasicOrigin
  • OriginEntry
  • BasePower -> BasicPower
  • PowerEntry
  • BasePublisher -> BasicPublisher
  • PublisherEntry
  • BaseStoryArc -> BasicStoryArc
  • StoryArcEntry
  • BaseTeam -> BasicTeam
  • TeamEntry
  • BaseVolume -> BasicVolume
  • VolumeEntry

Full Changelog: 1.3.0...1.4.0

v1.3.0

03 Oct 01:22
282a87c
Compare
Choose a tag to compare

What's Changed

  • Update PyPI publish to use OpenID Connect (OIDC) in #183
  • Drop Py3.8 Support in #184
  • Add Py3.13 Support in #184
  • Swap from Rye to UV in #184

Full Changelog: 1.2.2...1.3.0

1.2.2

02 Jul 01:43
7b4c2dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

v1.2.1

16 Mar 08:05
7398bc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

v1.2.0 - Python 3.12

05 Oct 23:30
0e9d4e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

v1.1.0

24 Aug 06:44
642b252
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated functions
  • Renamed AlternativeImageEntry to AssociatedImage
  • Renamed ImageEntry to Image
  • Bump dependencies (Notably Pydantic v2)
  • Update ruff ruleset
  • Renamed id fields to id e.g. issue_id -> id
  • Removed alias_list property
  • Removed role_list property from CreatorEntry
  • Renamed Image attributes to closer match Comicvine attribute naming
  • Refresh test cache

Full Changelog: 1.0.0...1.1.0

v1.0.0

12 May 02:11
cbfd151
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...1.0.0

v0.14.0

10 May 04:59
1543ebc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.0

v0.13.0

10 Jan 03:59
040e8df
Compare
Choose a tag to compare

What's Changed

  • (#151) Python 3.11 tests added to tox
  • (#152) Flake8 to Ruff
  • (#156) Rewrote cache to store query date instead of expiry date
  • (#158) Concept endpoints support
    • Fix support for mistyped fields
  • (#159) XDG Support

Full Changelog: 0.12.0...0.13.0

v0.12.0 - PEP517 support

25 Nov 00:40
eb3cf5d
Compare
Choose a tag to compare

New

  • (#149) Python 3.11 support

Changed

Full Changelog: 0.11.0...0.12.0