Skip to content

Latest commit

 

History

History
175 lines (83 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

175 lines (83 loc) · 7.01 KB

CHANGELOG

v1.4.3 (2023-11-17)

Fix

  • fix(release): fix version variables (148bb07)

v1.4.2 (2023-11-17)

Fix

  • fix(release): update workflow.yml permissions (f1172c8)

v1.4.1 (2023-11-17)

Fix

  • fix(build): update release.yml (37be1f3)

v1.4.0 (2023-11-15)

Feature

  • feat: add ability to specify custom where clause in bulk_update_models and bulk_upsert_models (0dc7a65)

v1.3.0 (2023-11-13)

Feature

  • feat: select_for_update in bulk_select_model_dicts

Remove extra space (d1c6caa)

Fix

  • fix(django): add error when trying to insert binary data (9bd7b6d)

v1.2.2 (2022-02-11)

Fix

  • fix(django): fix issue with uuid pk and auto_now_add (777c787)

v1.2.1 (2022-02-10)

Fix

  • fix(setup.py): update repo url (5fd77ed)

v1.2.0 (2022-02-10)

Build

  • build: update branch name for release (5921d3e)

  • build: update release workflow branch (a8baa2a)

Documentation

  • docs(PR): Add PR template (412830d)

  • docs(README): Add commit syntax and testing (3085774)

Feature

  • feat: update dependency from psycopg2-binary to psycopg (9adfb78)

v1.1.0 (2021-07-15)

Build

  • 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)

Documentation

  • 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)

Feature

  • feat: Initial commit of repo (aa97f9d)

Refactor

  • 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)