Skip to content

Commit

Permalink
Patching tap-mssql to remove CVES and bumping to latest versions. (#77)
Browse files Browse the repository at this point in the history
* Remove tox-poetry-installer and update pytest

* Update to allowlist_externals

* Bumping versions

* Working out what breaks the tests

* Further rollback

* Further backout

* Bumping requests

* Bumpying pytest sugar

* Bumping pytest-cov

* Bumping tox-docker

* Updating from port to expose

* Updating expose port env var

* Tweaking env vars

* tweaking variable name

* Rolling back to a known run point

* Updating lock file

* bumping pytest

* Trying to bump docker again

* Adjusting env name

* Adjust exposed ports format

* Adjusting variables

* Another crack at ports

* Another go at ports

* Fixed passing env to integration test

* Correcting spacing

* Bumping requests

* Updating CHANGELOG / bumping versions

---------

Co-authored-by: Steve Clarke <[email protected]>
  • Loading branch information
s7clarke10 and Steve Clarke authored Aug 26, 2024
1 parent 541fcb1 commit a1132ad
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 317 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.0
current_version = 2.5.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# tap-mssql 2.5.0 2024-08-26

* removing tox-poetry-install - Not well supported.
* Updating integration tests vars to CAPS to support passing MSSQL Port
* tox-docker requires expose rather than ports syntax in tox.ini
* Bumping docker = "^6.1.3" -> "^7.1.0"
* Bumping pytest = "^7.0.0" -> "^8.3.2"
* Bumping pytest-cov = "^4.1.0" -> = "^5.0.0"
* Bumping mypy = "^1.10.1" -> = "^1.11.1"
* Bumping pytest-sugar = "^0.9.7" -> = "^1.0.0"
* Bumping pytest-datafiles = "^2.0" -> = "^3.0"
* Bumping tox-docker = "4.1.0" -> = "5.0.0"
* Bumping requests = "2.31.0" -> "2.32.3"
* Bumping tox = "^3.28.0" -> "^4.18.0"

# tap-mssql 2.4.0 2024-08-08

* Moving to patched version of Singer Framework plus using msgspec rather than orjson for JSON serialization speed.
Expand Down
Loading

0 comments on commit a1132ad

Please sign in to comment.