# netbox-sdk v0.0.9.post1 netbox-sdk v0.0.9.post1 | Field |Value | | --- | --- | | Canonical URL | https://emersonfelipesp.com/netbox-sdk/releases/v0.0.9.post1 | | GitHub URL | https://github.com/emersonfelipesp/netbox-sdk/releases/tag/v0.0.9.post1 | | Tag | v0.0.9.post1 | | State | stable | | Author | emersonfelipesp | | Created | 2026-06-07 19:43 UTC | | Published | 2026-06-07 19:43 UTC | | Target | main | | Synced | 2026-06-21 12:43 UTC | | Assets | 0 | ## Release notes Bug fix release. - Fix filter() str-coercing list values: `filter(tag=["a","b"])` now emits repeated query params (`?tag=a&tag=b`) that NetBox expects, instead of a single stringified-list param. The same fix is applied to DetailEndpoint.list(); query types widened to `dict[str, str | list[str]]` through the pagination path. PEP 440 post-release on 0.0.9. ## Assets No binary assets attached. Source archives: | Format |URL | | --- | --- | | zip | https://api.github.com/repos/emersonfelipesp/netbox-sdk/zipball/v0.0.9.post1 | | tar.gz | https://api.github.com/repos/emersonfelipesp/netbox-sdk/tarball/v0.0.9.post1 |