Releases: jellyfin/TMDbLib
Releases · jellyfin/TMDbLib
v3.0.0
Major changes:
- Removed .NET Standard support
- Added .NET LTS (8.0) and current (10.0) support
- Added HappyEyeballs to gracefully handle IPv4/IPv6 failures
- Extend API support
- Add tests to CI
What's Changed
- Add Iso_3166_1 property to ImageData class by @Summon528 in #546
- Upgrade to .NET 10 by @Shadowghost in #552
- Add Analyzers and fix warnings by @Shadowghost in #539
- Upgrade, fix and enable tests in CI by @Shadowghost in #538
- Update project config by @Shadowghost in #553
- Remove deprecated methods by @Shadowghost in #554
- Fix KnownFor deserialization by @Shadowghost in #555
- Move adult property into KnownForBase by @Shadowghost in #556
- Implement provider and monetization discover filters by @Shadowghost in #557
- Extend API support by @Shadowghost in #558
- Add wiremock with caching by @Shadowghost in #559
- Use long for episode number by @Shadowghost in #566
- Implement central dependency management by @Shadowghost in #570
- Implement Happy-Eyeballs by @Shadowghost in #551
- Update dependencies
New Contributors
- @Summon528 made their first contribution in #546
- @Shadowghost made their first contribution in #552
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- Update xunit-dotnet monorepo by @renovate[bot] in #487
- Update actions/checkout digest to 1d96c77 by @renovate[bot] in #489
- Update actions/checkout digest to 0ad4b8f by @renovate[bot] in #490
- Update actions/checkout digest to 44c2b7a by @renovate[bot] in #492
- Update xunit-dotnet monorepo to v2.8.0 by @renovate[bot] in #491
- Update actions/checkout digest to 0ad4b8f by @renovate[bot] in #493
- Update actions/checkout digest to a5ac7e5 by @renovate[bot] in #494
- Update xunit-dotnet monorepo to v2.8.1 by @renovate[bot] in #496
- Update dependency Microsoft.NET.Test.Sdk to v17.10.0 by @renovate[bot] in #495
- Update actions/checkout digest to 692973e by @renovate[bot] in #498
- Update dependency IDisposableAnalyzers to v4.0.8 by @renovate[bot] in #499
- Update actions/setup-dotnet digest to 6bd8b7f by @renovate[bot] in #503
- Update xunit-dotnet monorepo by @renovate[bot] in #502
- fix #500: Add language parameter to GetTvShowVideosAsync method by @DineshSolanki in #501
- Update dependency Microsoft.NET.Test.Sdk to v17.11.0 by @renovate[bot] in #508
- Fix #505 - Add support for media type 'Collection' in SearchMultiAsync by @DineshSolanki in #507
- Update dependency Microsoft.NET.Test.Sdk to 17.11.1 by @renovate[bot] in #510
- Update dependency xunit to 2.9.2 by @renovate[bot] in #512
- Update actions/checkout digest to 11bd719 by @renovate[bot] in #513
- Added missing EpisodeType property to TvEpisodeBase by @MisterMcDuck in #516
- Update dependency Microsoft.NET.Test.Sdk to 17.12.0 by @renovate[bot] in #521
- Update actions/setup-dotnet digest to 3e891b0 by @renovate[bot] in #515
- Update dependency MinVer to v6 by @renovate[bot] in #509
- Update actions/setup-dotnet digest to 87b7050 by @renovate[bot] in #526
- Fix links to alpha nugets in readme by @LordMike in #534
- Update actions/setup-dotnet digest to 67a3573 by @renovate[bot] in #531
- Update error message for
GeneralHttpExceptionto include the status code by @revam in #530 - Fix MovieRole object which was missing some important properties by @keytrap-x86 in #528
- Update dependency xunit to 2.9.3 by @renovate[bot] in #527
- Add NativeName property to Country by @alex6dj in #520
- Update actions/checkout action to v5 by @renovate[bot] in #541
- Update actions/setup-dotnet action to v5 by @renovate[bot] in #542
New Contributors
- @MisterMcDuck made their first contribution in #516
- @keytrap-x86 made their first contribution in #528
- @alex6dj made their first contribution in #520
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Extend DiscoverTvShowSortBy parameters by @angyanmark in #470
- Added vote average to TvSeason by @jonjomckay in #469
- Update actions/setup-dotnet action to v4 by @renovate in #471
- Added PublishedAt and Official to Video object by @Miatrix in #472
- Add Episode Type property to TV Season Episode by @danimart1991 in #473
- Update xunit-dotnet monorepo by @renovate in #467
- Update xunit-dotnet monorepo by @renovate in #474
- Add WikidataId to ExternalIds by @mschuepbach in #475
- Update dependency Microsoft.SourceLink.GitHub to v8 by @renovate in #466
- Update dependency xunit to v2.6.5 by @renovate in #477
- Add default language to trending queries by @Szajkop in #434
- Fix for WhereGenresExclude calling WhereGenresInclude by @Artikronisz in #478
- Update dependency xunit to v2.6.6 by @renovate in #479
- Update dependency Microsoft.NET.Test.Sdk to v17.9.0 by @renovate in #481
- Update xunit-dotnet monorepo by @renovate in #484
- Update dependency MinVer to v5 by @renovate in #485
- Add missing Person Translations by @revam in #486
- Add missing properties to SearchCollection class by @DineshSolanki in #483
New Contributors
- @jonjomckay made their first contribution in #469
- @Miatrix made their first contribution in #472
- @mschuepbach made their first contribution in #475
- @Szajkop made their first contribution in #434
- @Artikronisz made their first contribution in #478
- @DineshSolanki made their first contribution in #483
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- 422 DiscoverMovie missing 'with_release_type' parameter by @LordMike in #426
- Auto: Updating standardized files by @LordMike in #440
- All trending and localized trending methods by @angyanmark in #427
- Review - Created at and Updated at properties by @angyanmark in #428
- Review language parameter by @angyanmark in #433
- Add discover filters by @angyanmark in #437
- Add bool Adult to TvShow by @revam in #443
- Add Runtime to TvEpisodeBase by @revam in #442
- Add missing Collection Translations by @revam in #446
- Add Biography to TranslationData by @revam in #444
- Author details - rating as double by @angyanmark in #429
- Extend MediaType by @angyanmark in #435
- Configure Renovate by @renovate in #445
- Update dependency ConfigureAwaitChecker.Analyzer to v5.0.0.1 by @renovate in #448
- Pin dependencies by @renovate in #447
- Update Newtonsoft.Json to 13.0.3 due to Security Vuln by @jakelandau in #439
- Update dependency MinVer to v4 by @renovate in #455
- Update actions/setup-dotnet action to v3 by @renovate in #454
- Update dependency IDisposableAnalyzers to v4.0.7 by @renovate in #449
- Update dependency Microsoft.NET.Test.Sdk to v17.7.2 by @renovate in #450
- Update actions/checkout action to v4 by @renovate in #452
- Update xunit-dotnet monorepo to v2.5.1 by @renovate in #451
- Update test projects to .NET7 and update VerifyTests by @Bond-009 in #460
- Add missing TvEpisode Translations by @revam in #458
- Add missing TvSeason Translations by @revam in #457
- Update actions/checkout digest to b4ffde6 by @renovate in #463
- Update dependency Microsoft.NET.Test.Sdk to v17.8.0 by @renovate in #464
- Update xunit-dotnet monorepo by @renovate in #462
- Add Runtime property to TV Season Episode by @danimart1991 in #465
New Contributors
- @revam made their first contribution in #443
- @renovate made their first contribution in #445
- @jakelandau made their first contribution in #439
- @Bond-009 made their first contribution in #460
- @danimart1991 made their first contribution in #465
Full Changelog: v2.0.0...v2.1.0
v1.9.1
v1.8.1
v1.8.0
v1.6.0
v1.4.0
v1.3.0-alpha
Prepare for 1.3.0-alpha