|
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | +## v0.1.0 (2025-11-04) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Address pylance |
| 9 | + ([`09bf4c6`](https://github.com/celine-eu/tap-geo/commit/09bf4c619a0ca0c91232800a94683c6fa862180e)) |
| 10 | + |
| 11 | +- Review typings |
| 12 | + ([`0790d5a`](https://github.com/celine-eu/tap-geo/commit/0790d5a0024f1b24f78fad1983f663759ab770e1)) |
| 13 | + |
| 14 | +### Chores |
| 15 | + |
| 16 | +- Add deps |
| 17 | + ([`48f21c2`](https://github.com/celine-eu/tap-geo/commit/48f21c23c1e847fd4a991bb9382519b919ba0caa)) |
| 18 | + |
| 19 | +- Set GDAL_VERSION |
| 20 | + ([`248c33c`](https://github.com/celine-eu/tap-geo/commit/248c33cd3a3fa88b823275b6668a1f49f5796c2e)) |
| 21 | + |
| 22 | +- Use py3.12 for fiona build |
| 23 | + ([`8dbdeea`](https://github.com/celine-eu/tap-geo/commit/8dbdeeaefd2b6aba243a24d7be9b955c4dcd5572)) |
| 24 | + |
| 25 | +- **deps**: Bump mypy from 1.17.1 to 1.18.2 |
| 26 | + ([`c1ec402`](https://github.com/celine-eu/tap-geo/commit/c1ec4022914db2b2760714f7159248a1c4de35b0)) |
| 27 | + |
| 28 | +Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - |
| 29 | + [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - |
| 30 | + [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.2) |
| 31 | + |
| 32 | +--- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 |
| 33 | + |
| 34 | +dependency-type: direct:production |
| 35 | + |
| 36 | +update-type: version-update:semver-minor ... |
| 37 | + |
| 38 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 39 | + |
| 40 | +- **deps**: Bump pytest in the runtime-dependencies group |
| 41 | + ([`c2c3e57`](https://github.com/celine-eu/tap-geo/commit/c2c3e57dfb8bf7b3788d5292eab980bca8bdc465)) |
| 42 | + |
| 43 | +Bumps the runtime-dependencies group with 1 update: [pytest](https://github.com/pytest-dev/pytest). |
| 44 | + |
| 45 | +Updates `pytest` from 8.4.1 to 8.4.2 - [Release |
| 46 | + notes](https://github.com/pytest-dev/pytest/releases) - |
| 47 | + [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - |
| 48 | + [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) |
| 49 | + |
| 50 | +--- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 |
| 51 | + |
| 52 | +dependency-type: direct:production |
| 53 | + |
| 54 | +update-type: version-update:semver-patch |
| 55 | + |
| 56 | +dependency-group: runtime-dependencies ... |
| 57 | + |
| 58 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 59 | + |
| 60 | +- **deps**: Bump s3fs from 2025.7.0 to 2025.9.0 |
| 61 | + ([`89ec1c2`](https://github.com/celine-eu/tap-geo/commit/89ec1c2037649c38d62ff8827b6a414e7c299db6)) |
| 62 | + |
| 63 | +Bumps [s3fs](https://github.com/fsspec/s3fs) from 2025.7.0 to 2025.9.0. - |
| 64 | + [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - |
| 65 | + [Commits](https://github.com/fsspec/s3fs/compare/2025.7.0...2025.9.0) |
| 66 | + |
| 67 | +--- updated-dependencies: - dependency-name: s3fs dependency-version: 2025.9.0 |
| 68 | + |
| 69 | +dependency-type: direct:production |
| 70 | + |
| 71 | +update-type: version-update:semver-minor ... |
| 72 | + |
| 73 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 74 | + |
| 75 | +- **deps**: Bump shapely in the runtime-dependencies group |
| 76 | + ([`3a259d5`](https://github.com/celine-eu/tap-geo/commit/3a259d56b2589362eb59f5787f825200b492f16e)) |
| 77 | + |
| 78 | +Bumps the runtime-dependencies group with 1 update: [shapely](https://github.com/shapely/shapely). |
| 79 | + |
| 80 | +Updates `shapely` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/shapely/shapely/releases) |
| 81 | + - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - |
| 82 | + [Commits](https://github.com/shapely/shapely/compare/2.1.1...2.1.2) |
| 83 | + |
| 84 | +--- updated-dependencies: - dependency-name: shapely dependency-version: 2.1.2 |
| 85 | + |
| 86 | +dependency-type: direct:production |
| 87 | + |
| 88 | +update-type: version-update:semver-patch |
| 89 | + |
| 90 | +dependency-group: runtime-dependencies ... |
| 91 | + |
| 92 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 93 | + |
| 94 | +- **deps**: Bump singer-sdk from 0.48.1 to 0.49.1 |
| 95 | + ([`3b9d358`](https://github.com/celine-eu/tap-geo/commit/3b9d35835da73cf9621dbd4128d614e66577aa3a)) |
| 96 | + |
| 97 | +Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.48.1 to 0.49.1. - [Release |
| 98 | + notes](https://github.com/meltano/sdk/releases) - |
| 99 | + [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md) - |
| 100 | + [Commits](https://github.com/meltano/sdk/compare/v0.48.1...v0.49.1) |
| 101 | + |
| 102 | +--- updated-dependencies: - dependency-name: singer-sdk dependency-version: 0.49.1 |
| 103 | + |
| 104 | +dependency-type: direct:production |
| 105 | + |
| 106 | +update-type: version-update:semver-minor ... |
| 107 | + |
| 108 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 109 | + |
| 110 | +- **deps**: Bump types-requests from 2.32.4.20250809 to 2.32.4.20250913 |
| 111 | + ([`925ef57`](https://github.com/celine-eu/tap-geo/commit/925ef57738e9e4d6d313682e6d6fa2695e473bfb)) |
| 112 | + |
| 113 | +Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.4.20250809 to |
| 114 | + 2.32.4.20250913. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) |
| 115 | + |
| 116 | +--- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.4.20250913 |
| 117 | + |
| 118 | +dependency-type: direct:production |
| 119 | + |
| 120 | +update-type: version-update:semver-patch ... |
| 121 | + |
| 122 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 123 | + |
| 124 | +### Continuous Integration |
| 125 | + |
| 126 | +- Bump the actions group across 1 directory with 3 updates |
| 127 | + ([`97d662f`](https://github.com/celine-eu/tap-geo/commit/97d662f7d7de13874e4f96d5ae4cde2f2cf7da14)) |
| 128 | + |
| 129 | +Bumps the actions group with 3 updates in the / directory: |
| 130 | + [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package), |
| 131 | + [actions/download-artifact](https://github.com/actions/download-artifact) and |
| 132 | + [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). |
| 133 | + |
| 134 | +Updates `hynek/build-and-inspect-python-package` from 2.13.0 to 2.14.0 - [Release |
| 135 | + notes](https://github.com/hynek/build-and-inspect-python-package/releases) - |
| 136 | + [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - |
| 137 | + [Commits](https://github.com/hynek/build-and-inspect-python-package/compare/c52c3a4710070b50470d903818a7b25115dcd076...efb823f52190ad02594531168b7a2d5790e66516) |
| 138 | + |
| 139 | +Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release |
| 140 | + notes](https://github.com/actions/download-artifact/releases) - |
| 141 | + [Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53) |
| 142 | + |
| 143 | +Updates `astral-sh/setup-uv` from 6.6.1 to 7.1.2 - [Release |
| 144 | + notes](https://github.com/astral-sh/setup-uv/releases) - |
| 145 | + [Commits](https://github.com/astral-sh/setup-uv/compare/557e51de59eb14aaaba2ed9621916900a91d50c6...85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41) |
| 146 | + |
| 147 | +--- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package |
| 148 | + dependency-version: 2.14.0 |
| 149 | + |
| 150 | +dependency-type: direct:production |
| 151 | + |
| 152 | +update-type: version-update:semver-minor |
| 153 | + |
| 154 | +dependency-group: actions |
| 155 | + |
| 156 | +- dependency-name: actions/download-artifact dependency-version: 6.0.0 |
| 157 | + |
| 158 | +update-type: version-update:semver-major |
| 159 | + |
| 160 | +- dependency-name: astral-sh/setup-uv dependency-version: 7.1.2 |
| 161 | + |
| 162 | +dependency-group: actions ... |
| 163 | + |
| 164 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 165 | + |
| 166 | +- Bump the actions group across 1 directory with 3 updates |
| 167 | + ([`b320c3a`](https://github.com/celine-eu/tap-geo/commit/b320c3ac35f918c7a466c5d7ac4036115d5779f0)) |
| 168 | + |
| 169 | +Bumps the actions group with 3 updates in the / directory: |
| 170 | + [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish), |
| 171 | + [actions/setup-python](https://github.com/actions/setup-python) and |
| 172 | + [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). |
| 173 | + |
| 174 | +Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release |
| 175 | + notes](https://github.com/pypa/gh-action-pypi-publish/releases) - |
| 176 | + [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/76f52bc884231f62b9a034ebfe128415bbaabdfc...ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e) |
| 177 | + |
| 178 | +Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release |
| 179 | + notes](https://github.com/actions/setup-python/releases) - |
| 180 | + [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) |
| 181 | + |
| 182 | +Updates `astral-sh/setup-uv` from 6.6.0 to 6.6.1 - [Release |
| 183 | + notes](https://github.com/astral-sh/setup-uv/releases) - |
| 184 | + [Commits](https://github.com/astral-sh/setup-uv/compare/4959332f0f014c5280e7eac8b70c90cb574c9f9b...557e51de59eb14aaaba2ed9621916900a91d50c6) |
| 185 | + |
| 186 | +--- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 |
| 187 | + |
| 188 | +dependency-type: direct:production |
| 189 | + |
| 190 | +update-type: version-update:semver-minor |
| 191 | + |
| 192 | +dependency-group: actions |
| 193 | + |
| 194 | +- dependency-name: actions/setup-python dependency-version: 6.0.0 |
| 195 | + |
| 196 | +update-type: version-update:semver-major |
| 197 | + |
| 198 | +- dependency-name: astral-sh/setup-uv dependency-version: 6.6.1 |
| 199 | + |
| 200 | +update-type: version-update:semver-patch |
| 201 | + |
| 202 | +dependency-group: actions ... |
| 203 | + |
| 204 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 205 | + |
| 206 | +### Features |
| 207 | + |
| 208 | +- Add initial storage support |
| 209 | + ([`74858f6`](https://github.com/celine-eu/tap-geo/commit/74858f61052d8cf47bcdfe31aac976939e9818c9)) |
| 210 | + |
| 211 | +- Copy locally files before loading |
| 212 | + ([`2a81324`](https://github.com/celine-eu/tap-geo/commit/2a81324747999ff2d881d03d51f2875a08ce49e6)) |
| 213 | + |
| 214 | +- Drop fiona, use dedicated libs |
| 215 | + ([`55c4be7`](https://github.com/celine-eu/tap-geo/commit/55c4be73ba5ba0f302d4c5e403158f85d98a13c1)) |
0 commit comments