16
[ ~/netbox-sdk/releases/v0.0.9.post1 ]tty0

emerson@netdevops:~/netbox-sdk$ gh release view v0.0.9.post1 --repo emersonfelipesp/netbox-sdk

back to releases / back to project

netbox-sdk v0.0.9.post1

[open on GitHub]
tag=v0.0.9.post1state=stablepublished=2026-06-07synced=2026-06-21 12:43 UTC
author
emersonfelipesp
created
2026-06-07 19:43 UTC
target
main
downloads
0

emerson@netdevops:~/netbox-sdk$ cat RELEASE_NOTES.md

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.

emerson@netdevops:~/netbox-sdk$ gh release download --pattern '*'

assets

no binary assets attached

source code