- fix(release): fix version variables (
148bb07
)
- fix(release): update workflow.yml permissions (
f1172c8
)
- fix(build): update release.yml (
37be1f3
)
- feat: add ability to specify custom where clause in bulk_update_models and bulk_upsert_models (
0dc7a65
)
- feat: select_for_update in bulk_select_model_dicts
Remove extra space (d1c6caa
)
- fix(django): add error when trying to insert binary data (
9bd7b6d
)
- fix(django): fix issue with uuid pk and auto_now_add (
777c787
)
- fix(setup.py): update repo url (
5fd77ed
)
- feat: update dependency from psycopg2-binary to psycopg (
9adfb78
)
- build(release): add token to checkout step
add build token to checkout step to allow push permissions on github (fd76b0c
)
- build(release): change release to use custom token
add a new secret to the repo with admin priviledge, so it can bypass the status checks (b634960
)
- build(release): update release branch
Update the release branch name to main from master (4e2f2bc
)
- build(release): Fix missing tool.semaantic_release
Fix issue with missing prefix in pyproject.toml (852222d
)
- build(release): change code branch for more debugging
update the semantic release branch to show version (3cd8a92
)
- build(release): fix invalid syntax to pyproject.toml
Remove change to follow the docs (25d884f
)
- build(release): remove quotes from version variable
Update the version variable to remove quotes (36678cd
)
- build(release): change branch for release
Change build for release from master to main (d296a68
)
- build(github): add semantic release
Add Github action that automatically releases to pypi and github based on commit messages (e20a616
)
- build: remove tests from package
remove the tests folder from the pypi package (3c6df55
)
- build: fix invalid github action syntax
Updates the Github action syntax to be valid (ae78829
)
- build: update github workflow steps
updates Github action workflow to run in a single job instead of 2 (9939af0
)
- build(github): Add commit syntax check
Adds commit syntax check for PRs (fe7176b
)
- build: Add test github action
Add Github action to run the unit tests (0e731ce
)
- docs(readme): update readme grammar
update the readme grammar and add correct types in insert query (facf45c
)
- docs: Fix wording
Fix wording in the readme (81ee1b7
)
- docs: Fix benchmark format
Update the readme to make the benchmarks more readable (c9ca2a1
)
- docs: update readme
Added the word count to benchmarks (a8313c6
)
- docs: add benchmarks to readme
Added benchmark to the Readme to compare the library against Django and django-bulk-update (153c479
)
- docs: update readme
Added better imports in the examples and changed sentences around bulk_load.py (ee6641e
)
- feat: Initial commit of repo (
aa97f9d
)
- refactor: Update docs and add tests
This renames the tests to be picked up by test.sh. It also adds a test for bulk_insert_models (3ef7cff
)
- refactor: update license, pyproject.toml (
5575da9
)