-
Notifications
You must be signed in to change notification settings - Fork 82
Comparing changes
Open a pull request
base repository: influxdb-rs/influxdb-rust
base: v0.7.2
head repository: influxdb-rs/influxdb-rust
compare: main
- 16 commits
- 20 files changed
- 7 contributors
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81d451b - Browse repository at this point
Copy the full SHA 81d451bView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9a9835 - Browse repository at this point
Copy the full SHA a9a9835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10aef46 - Browse repository at this point
Copy the full SHA 10aef46View commit details -
Make
Error
enumnon_exhaustive
(#139)This allows us to introduce future variants of the error enum without making braking changes.
Configuration menu - View commit details
-
Copy full SHA for 274265d - Browse repository at this point
Copy the full SHA 274265dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6d882 - Browse repository at this point
Copy the full SHA aa6d882View commit details -
Bump actions/upload-artifact from 3 to 4 (#141)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 82efb70 - Browse repository at this point
Copy the full SHA 82efb70View commit details -
Bump actions/download-artifact from 3 to 4 (#144)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 75d12e8 - Browse repository at this point
Copy the full SHA 75d12e8View commit details -
Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#143)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06d3058 - Browse repository at this point
Copy the full SHA 06d3058View commit details -
Bump actions/cache from 3 to 4 (#145)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5622313 - Browse repository at this point
Copy the full SHA 5622313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cc2aa - Browse repository at this point
Copy the full SHA 40cc2aaView commit details -
Bump actions/checkout from 3 to 4 (#148)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 869c92b - Browse repository at this point
Copy the full SHA 869c92bView commit details
Commits on Mar 12, 2024
-
Remove
lazy_static
dependency (#149)Instead, we now use `lazy-regex`, which uses `once_cell` under the hood, which might eventually become part of std.
Configuration menu - View commit details
-
Copy full SHA for bfe457c - Browse repository at this point
Copy the full SHA bfe457cView commit details
Commits on Apr 4, 2024
-
* bump * error with an api status code * remove redundant import * fix ApiError * fix ApiError by converting StatusCode to u16 * revert * u16 as StatusCode * update tests * improve tests readability * fix: ci tests & add docker-compose local test harness --------- Co-authored-by: Gero Gerke <hello@gero.dev>
Configuration menu - View commit details
-
Copy full SHA for 9d8d453 - Browse repository at this point
Copy the full SHA 9d8d453View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5eecd0b - Browse repository at this point
Copy the full SHA 5eecd0bView commit details
Commits on Dec 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 359fd08 - Browse repository at this point
Copy the full SHA 359fd08View commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8ab0fe0 - Browse repository at this point
Copy the full SHA 8ab0fe0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.2...main