Fixed - Stop using invalid `password` authenticator.
1.0.0
Added - Add support for external browser authentication in `SnowflakeDeserializer`. - Add GitHub actions workflow for creating GitHub releases.
Changed - Use `pyproject.toml` for setuptools config.
0.9.1
Changed - Go back 4 hours in the calculation of minimum record timestamp to avoid issues in concurrent loads.
0.9.0
Changed - Add extra filter on the effectivity satellite's query to reduce the number of scanned records on the parent link.
0.8.0
Added - Add method `sql_load_scripts_by_group` to `DataVaultLoad`.
Changed - Add filter to `MERGE` clauses to reduce the number of scanned records. DML queries now consist of two statements, a `SET` and a `MERGE`, instead of just a `MERGE` query.
0.7.0
Added - Add validation for driving keys (41)
Changed - Exclude more recent records from satellites based on hashkey or driving key (42)