[PR #9] release: 0.8.0 #9

Open
opened 2026-02-27 19:09:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-dotnet/pull/9
Author: @stainless-app[bot]
Created: 1/24/2026
Status: 🔄 Open

Base: mainHead: release-please--branches--main--changes--next


📝 Commits (10+)

  • f5f8f11 chore: change visibility of QueryString() and AddDefaultHeaders
  • e853b61 feat(client): add ToString and Equals methods
  • 83e2e13 chore(internal): improve HttpResponse qualification
  • e3e4d35 chore(internal): ignore stainless-internal artifacts
  • 54cfb77 codegen metadata
  • f77c4aa codegen metadata
  • a88b69e codegen metadata
  • a024ecb codegen metadata
  • 06bd0ac codegen metadata
  • 351fb7a fix(client): improve union equality method

📊 Changes

234 files changed (+19439 additions, -3551 deletions)

View changed files

📝 .devcontainer/devcontainer.json (+1 -1)
📝 .gitignore (+3 -0)
📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+3 -3)
📝 CHANGELOG.md (+36 -0)
📝 README.md (+87 -0)
scripts/mock (+0 -41)
📝 scripts/test (+0 -50)
src/Spotted.Tests/Core/MultipartJsonElementTest.cs (+210 -0)
📝 src/Spotted.Tests/Models/Artists/ArtistListAlbumsParamsTest.cs (+5 -5)
📝 src/Spotted.Tests/Models/Browse/BrowseGetFeaturedPlaylistsResponseTest.cs (+42 -0)
📝 src/Spotted.Tests/Models/Browse/Categories/CategoryGetPlaylistsResponseTest.cs (+42 -0)
📝 src/Spotted.Tests/Models/Me/Player/PlayerGetCurrentlyPlayingResponseTest.cs (+68 -68)
📝 src/Spotted.Tests/Models/PagingPlaylistObjectTest.cs (+42 -0)
📝 src/Spotted.Tests/Models/PlaylistTrackObjectTest.cs (+1220 -237)
📝 src/Spotted.Tests/Models/Playlists/Images/ImageUpdateParamsTest.cs (+4 -2)
📝 src/Spotted.Tests/Models/Playlists/PlaylistRetrieveResponseTest.cs (+6881 -1172)
📝 src/Spotted.Tests/Models/Playlists/Tracks/TrackListPageResponseTest.cs (+679 -63)
📝 src/Spotted.Tests/Models/Search/SearchQueryResponseTest.cs (+42 -0)
📝 src/Spotted.Tests/Models/SimplifiedPlaylistObjectTest.cs (+50 -0)

...and 80 more files

📄 Description

Automated Release PR

0.8.0 (2026-02-25)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: api update (2eed283)
  • api: api update (bbbf4d4)
  • api: api update (3a1a558)
  • api: api update (39c1bde)
  • client: add ToString and Equals methods (e853b61)
  • client: add equality and tostring for multipart data (3d48742)

Bug Fixes

  • client: improve behaviour for comma-delimited binary content in multipart requests (a448675)
  • client: improve union equality method (351fb7a)

Chores

  • change visibility of QueryString() and AddDefaultHeaders (f5f8f11)
  • docs: add proxy documentation to readme (f2ad949)
  • docs: add undocumented parameters to readme (93ed8f3)
  • internal: ignore stainless-internal artifacts (e3e4d35)
  • internal: improve HttpResponse qualification (83e2e13)
  • internal: remove mock server code (882ccd6)
  • test: update skip reason message (ffcddc3)
  • update mock server docs (a132b32)

Refactors

  • internal: default headers (c959582)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cjavdev/spotted-dotnet/pull/9 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 1/24/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (10+) - [`f5f8f11`](https://github.com/cjavdev/spotted-dotnet/commit/f5f8f11981b47a3cee60fa464daa5aa1427227d9) chore: change visibility of QueryString() and AddDefaultHeaders - [`e853b61`](https://github.com/cjavdev/spotted-dotnet/commit/e853b61df9e96de62ffd51168167e658408911f7) feat(client): add `ToString` and `Equals` methods - [`83e2e13`](https://github.com/cjavdev/spotted-dotnet/commit/83e2e13cbb95e67f3d2c4c0d05896564904f68ef) chore(internal): improve HttpResponse qualification - [`e3e4d35`](https://github.com/cjavdev/spotted-dotnet/commit/e3e4d353e9a8e73741069b6d23fcfaea00adda5d) chore(internal): ignore stainless-internal artifacts - [`54cfb77`](https://github.com/cjavdev/spotted-dotnet/commit/54cfb7728827531474f94b4f5619c2630b8f7c38) codegen metadata - [`f77c4aa`](https://github.com/cjavdev/spotted-dotnet/commit/f77c4aa31495c4c030c390201c3ae5ed4a846ff2) codegen metadata - [`a88b69e`](https://github.com/cjavdev/spotted-dotnet/commit/a88b69ee220ec0a94df3f16728a6f36d8b3fd312) codegen metadata - [`a024ecb`](https://github.com/cjavdev/spotted-dotnet/commit/a024ecb6c22257df4136cb825530fa755223bc85) codegen metadata - [`06bd0ac`](https://github.com/cjavdev/spotted-dotnet/commit/06bd0ac438c87c2dedc429b351d68fa078e534af) codegen metadata - [`351fb7a`](https://github.com/cjavdev/spotted-dotnet/commit/351fb7ab8e0513be2d11705d3f98da31a9490997) fix(client): improve union equality method ### 📊 Changes **234 files changed** (+19439 additions, -3551 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/devcontainer.json` (+1 -1) 📝 `.gitignore` (+3 -0) 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+3 -3) 📝 `CHANGELOG.md` (+36 -0) 📝 `README.md` (+87 -0) ➖ `scripts/mock` (+0 -41) 📝 `scripts/test` (+0 -50) ➕ `src/Spotted.Tests/Core/MultipartJsonElementTest.cs` (+210 -0) 📝 `src/Spotted.Tests/Models/Artists/ArtistListAlbumsParamsTest.cs` (+5 -5) 📝 `src/Spotted.Tests/Models/Browse/BrowseGetFeaturedPlaylistsResponseTest.cs` (+42 -0) 📝 `src/Spotted.Tests/Models/Browse/Categories/CategoryGetPlaylistsResponseTest.cs` (+42 -0) 📝 `src/Spotted.Tests/Models/Me/Player/PlayerGetCurrentlyPlayingResponseTest.cs` (+68 -68) 📝 `src/Spotted.Tests/Models/PagingPlaylistObjectTest.cs` (+42 -0) 📝 `src/Spotted.Tests/Models/PlaylistTrackObjectTest.cs` (+1220 -237) 📝 `src/Spotted.Tests/Models/Playlists/Images/ImageUpdateParamsTest.cs` (+4 -2) 📝 `src/Spotted.Tests/Models/Playlists/PlaylistRetrieveResponseTest.cs` (+6881 -1172) 📝 `src/Spotted.Tests/Models/Playlists/Tracks/TrackListPageResponseTest.cs` (+679 -63) 📝 `src/Spotted.Tests/Models/Search/SearchQueryResponseTest.cs` (+42 -0) 📝 `src/Spotted.Tests/Models/SimplifiedPlaylistObjectTest.cs` (+50 -0) _...and 80 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.8.0 (2026-02-25) Full Changelog: [v0.7.0...v0.8.0](https://github.com/cjavdev/spotted-dotnet/compare/v0.7.0...v0.8.0) ### Features * **api:** api update ([2eed283](https://github.com/cjavdev/spotted-dotnet/commit/2eed28369becebe038834f30301c5cda526b4687)) * **api:** api update ([bbbf4d4](https://github.com/cjavdev/spotted-dotnet/commit/bbbf4d4a217eb51d1f700e88578eead359b6601a)) * **api:** api update ([3a1a558](https://github.com/cjavdev/spotted-dotnet/commit/3a1a558bdc6ff24515a22f0877529a553d246ecc)) * **api:** api update ([39c1bde](https://github.com/cjavdev/spotted-dotnet/commit/39c1bde04459c5737714cc4f4fb6c03389917468)) * **client:** add `ToString` and `Equals` methods ([e853b61](https://github.com/cjavdev/spotted-dotnet/commit/e853b61df9e96de62ffd51168167e658408911f7)) * **client:** add equality and tostring for multipart data ([3d48742](https://github.com/cjavdev/spotted-dotnet/commit/3d487429f1a99c8294f054f6f0ef7011720a4bc3)) ### Bug Fixes * **client:** improve behaviour for comma-delimited binary content in multipart requests ([a448675](https://github.com/cjavdev/spotted-dotnet/commit/a44867539a0a669f137cd92f8ae78df500a0c0fa)) * **client:** improve union equality method ([351fb7a](https://github.com/cjavdev/spotted-dotnet/commit/351fb7ab8e0513be2d11705d3f98da31a9490997)) ### Chores * change visibility of QueryString() and AddDefaultHeaders ([f5f8f11](https://github.com/cjavdev/spotted-dotnet/commit/f5f8f11981b47a3cee60fa464daa5aa1427227d9)) * **docs:** add proxy documentation to readme ([f2ad949](https://github.com/cjavdev/spotted-dotnet/commit/f2ad9495c0358f21567a7e196d3780c85cfa2bf3)) * **docs:** add undocumented parameters to readme ([93ed8f3](https://github.com/cjavdev/spotted-dotnet/commit/93ed8f3891c8683d2dfd01994084e2e1bedcc969)) * **internal:** ignore stainless-internal artifacts ([e3e4d35](https://github.com/cjavdev/spotted-dotnet/commit/e3e4d353e9a8e73741069b6d23fcfaea00adda5d)) * **internal:** improve HttpResponse qualification ([83e2e13](https://github.com/cjavdev/spotted-dotnet/commit/83e2e13cbb95e67f3d2c4c0d05896564904f68ef)) * **internal:** remove mock server code ([882ccd6](https://github.com/cjavdev/spotted-dotnet/commit/882ccd6f014c635d6e234bf5c47e95bf2d29e0ca)) * **test:** update skip reason message ([ffcddc3](https://github.com/cjavdev/spotted-dotnet/commit/ffcddc3f87ffd5d4ff62084de0bbca5920fc7242)) * update mock server docs ([a132b32](https://github.com/cjavdev/spotted-dotnet/commit/a132b32b0a55264cba326818f0f898c33f0013bf)) ### Refactors * **internal:** default headers ([c959582](https://github.com/cjavdev/spotted-dotnet/commit/c95958241baba34078940edab5e0eb5194537a37)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotted-dotnet#9
No description provided.