v0.11.0
v0.11.0 (2023-09-28)
Chore
- chore(deps-dev): bump python-semantic-release from 7.34.6 to 8.1.1 (#311)
Bumps python-semantic-release from 7.34.6 to 8.1.1.
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d5a32d4
)
- chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (#304)
Bumps pytest from 7.4.0 to 7.4.2.
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (488721a
)
- chore(deps-dev): bump black from 23.7.0 to 23.9.1 (#303)
Bumps black from 23.7.0 to 23.9.1.
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9e99b11
)
- chore(deps): bump furo from 2023.7.26 to 2023.9.10 (#298)
Bumps furo from 2023.7.26 to 2023.9.10.
updated-dependencies:
- dependency-name: furo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (39aa5c9
)
- chore(deps): bump sphinx from 7.0.1 to 7.1.2 (#281)
Bumps sphinx from 7.0.1 to 7.1.2.
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c7a77a1
)
- chore(deps-dev): bump gitpython from 3.1.34 to 3.1.35 (#296)
Bumps gitpython from 3.1.34 to 3.1.35.
updated-dependencies:
- dependency-name: gitpython
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (324fa53
)
- chore(deps-dev): bump gitpython from 3.1.32 to 3.1.34 (#295)
Bumps gitpython from 3.1.32 to 3.1.34.
updated-dependencies:
- dependency-name: gitpython
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ed6928a
)
Feature
-
feat: generic query builders (#309)
-
feat: make all query builders generic
-
feat: return generic request builders from client methods
-
chore: use typing.List instead of builtin
-
chore: use typing.List
-
fix: correct type of APIResponse.data
-
feat: make RPCFilterRequestBuilder
This makes sure the return types of rpc() and other
query methods are correct.
See https://gist.github.com/anand2312/93d3abf401335fd3310d9e30112303bf
for an explanation.
-
chore: use typing.List
-
feat: make get_origin_and_cast
This fixes the type-checker error raised while accessing
RequestBuilder[T].origin
-
fix: use typing.List (
ba9ad8d
) -
feat: update semver, add CODEOWNERS (#299)
-
Update ci.yml
-
chore: add CODEOWNERS
Co-authored-by: [email protected] <[email protected]> (18b5838
)
Fix
-
fix: pre-commit hook to stop checks on md files (#315)
-
fix: pre-commit hook to stop checks on md files
-
fix(ci): using correct token to publish a release
-
fix: correct semantic release variable names (
e8fbe61
) -
fix: update upsert type (#307)
Co-authored-by: [email protected] <[email protected]> (3329234
)
-
fix: add semver (#297)
-
fix: add semver
-
fix: add environ and perms
Co-authored-by: [email protected] <[email protected]> (166fa7c
)