Skip to content

Tags: anvilco/python-anvil

Tags

3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix urllib3 issue due to gql dependencies (#54)

* Fix urllib3 issue due to gql dependencies

* Bump version, CHANGELOG

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update gql version to official prerelease (#51)

* Update deps, use new dev-dependencies poetry format, maybe tox update

* Fix weld --list getting wrong gql field

* Force local schema switch

* Fix lint warnings

* Remove field

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix readme requirements (#49)

1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.9.0 (#48)

1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add multipart support to the CreateEtchPacket mutation (#41)

* Multipart helpers

* Update payload types

* Update HTTP client to support multipart

* Add multipart process to createEtchPacket

* Add multipart example

* Update multipart process to accept non-serializable things

* Linting, update documentation

* Update tests

* Lint fixes

* Less annoying example usage with envvars

* Minor package updates, remove operationName

* Update changelog

* Bump version

1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support version number in PDF fills (#40)

* Fix changelog typo

* Support params in POST requests

* Add `version_number` support in fill_pdf method

* Add version-related constants, Update example

* Update docs

* Bump version

* Update tests, fix from tests

* Typo

1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support HTML/CSS in createEtchPacket (#39)

* Add support for markup documents for createEtchPacket, examples

* Fix doc lint

* Add markdown, generate examples. Update interfaces

* Minor README update

* Bump version

1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add forgeSubmit mutation as a client method (#38)

* Add forgeSubmit mutation as an API method

* Lint fixes

* Better forge_submit

* Type fixes, lint things

* Add forge list in welds, weld method

* Remove prints

* Add tests

* Update docs, CHANGELOG

* Bump version

* Use resolvedPayload instead

* Add status

1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version, fix mkdocs issue with readthedocs (#35)

1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mergePDFs support (#34)

* Add support for mergePDFs option on createEtchPacket

* Update some packages to fix pre-commit and lint things

* Update examples

* Fix lint issues

* Note doesn't apply anymore

* New base

* Bump versions, update changelog