-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Comparing changes
Open a pull request
base repository: influxdata/influxdb
base: v3.0.1
head repository: influxdata/influxdb
compare: v3.0.2
- 20 commits
- 44 files changed
- 5 contributors
Commits on May 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9f844c7 - Browse repository at this point
Copy the full SHA 9f844c7View commit details -
feat: expose
--format json
for token creation cmd (#26286)* feat: expose `--format json` for token creation cmd closes: #25913 * refactor: address feedback
Configuration menu - View commit details
-
Copy full SHA for c475a18 - Browse repository at this point
Copy the full SHA c475a18View commit details -
fix: update install script to use latest version and DockerHub (#26300)
* chore: update install script to use DockerHub * fix: ensure script pulls latest images and uses DockerHub
Configuration menu - View commit details
-
Copy full SHA for 5a4d68e - Browse repository at this point
Copy the full SHA 5a4d68eView commit details -
feat: Generate testing TLS certs on the fly (#26288)
This commit is a follow up to #26246 and generates test certs on the fly for our test suite. In practice this will only need to be done once with a fresh repo check out as the certs will expire long after anyone would reasonably be working on this code in the year 4096! This could be extended in the future to generate negative tls tests where the file should be expired. Closes #26254
Configuration menu - View commit details
-
Copy full SHA for 8f3339f - Browse repository at this point
Copy the full SHA 8f3339fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c158c41 - Browse repository at this point
Copy the full SHA c158c41View commit details -
feat: Allow setting a minimum TLS version (#26307)
This commit allows users to set a minimum TLS version. The default is 1.2. The choices are TLS 1.2 or TLS 1.3 which can be set via env var: INFLUXDB3_TLS_MINIMUM_VERSION="tls-1.2" or INFLUXDB3_TLS_MINIMUM_VERSION="tls-1.3" and for the command line flag for the serve command: --tls-minimum-version tls-1.2 or --tls-minimum-version tls-1.3 With this users have more fine grained control over what tls version they require. Closes #26255
Configuration menu - View commit details
-
Copy full SHA for 446e27b - Browse repository at this point
Copy the full SHA 446e27bView commit details -
fix: Consistent thread arguments with influxdb3_pro (#26304)
If the old environment variables are used, a warning will be displayed on the console with the recommended replacement.
Configuration menu - View commit details
-
Copy full SHA for 073361d - Browse repository at this point
Copy the full SHA 073361dView commit details -
fix: Ensure
iox
table schema is sorted for SHOW TABLES (#26302)* fix: Ensure `iox` table schema is sorted for SHOW TABLES Closes #25860 * chore: Add insta snapshot * chore: placate clippy
Configuration menu - View commit details
-
Copy full SHA for 29c34b9 - Browse repository at this point
Copy the full SHA 29c34b9View commit details -
feat: Add support for CORS requests from a browser (#26314)
This commit adds support for CORS by modifying our requests to make preflight checks valid and to handle responses containing the necessary headers for browsers to access the data they need. We keep what we accept as open as this is essentially what requests to the server are normally like and we gate the requests with an auth token. Closes #26313
Configuration menu - View commit details
-
Copy full SHA for 3239032 - Browse repository at this point
Copy the full SHA 3239032View commit details -
feat: Add more TLS tests to the test suite (#26324)
* feat: Add a negative cert test This adds a test that will panic on server startup because connections to said server are invalid. We add a bad expired cert to our cert generation for usage in our tests. Note that this test is only really valid if other tests pass as it depends on waiting for the server start checks to fail. If other tests run then their server started fine and so did this one, the only difference being that connections will error due to a bad tls cert. Closes #26256 * feat: Add minimum TLS version test This is a follow on to #26307. In this commit we add a test where we check that connections only pass if TLS is set to v1.3. The default is 1.2 and other tests connect with that just fine. In this test we spin up a server using only v1.3 as the minimum and try to connect with v1.2 which we expect to fail and then v1.3 which should pass. Closes #26308
Configuration menu - View commit details
-
Copy full SHA for a0781bb - Browse repository at this point
Copy the full SHA a0781bbView commit details -
fix: group by tag columns with escape quotes (#26326)
* test: reproducer for #26216 * fix: group by tag columns with escape quotes
Configuration menu - View commit details
-
Copy full SHA for a67b375 - Browse repository at this point
Copy the full SHA a67b375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06dd7d8 - Browse repository at this point
Copy the full SHA 06dd7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc34403 - Browse repository at this point
Copy the full SHA dc34403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424bf7d - Browse repository at this point
Copy the full SHA 424bf7dView commit details -
fix: distinct cache counting bug (#26332)
* test: reproducer for #26318 * fix: distinct cache counting bug Fixed an issue where the distinct cache was not counting rows correctly for scenarios where a projection and predicate were used in conjunction
Configuration menu - View commit details
-
Copy full SHA for ca12361 - Browse repository at this point
Copy the full SHA ca12361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c196b - Browse repository at this point
Copy the full SHA 22c196bView commit details -
feat: Remove Last Cache Size Limitation (#26333)
* feat: remove limit on LVC size * fix: bad test case and incorrect info * fix: more clarity and default value * fix: light CLI polishes * fix: bad snapshot
Configuration menu - View commit details
-
Copy full SHA for cd0882b - Browse repository at this point
Copy the full SHA cd0882bView commit details -
feat: additional info when started --without-auth (#26338)
- return 405 message body to indicate the endpoints are disabled - extra log to say server has been started without auth
Configuration menu - View commit details
-
Copy full SHA for d5aab09 - Browse repository at this point
Copy the full SHA d5aab09View commit details -
fix: update token creation output (#26336)
* fix: clarify token generation output for easier readibility * fix: linter error * fix: additional linter error * fix: linter error on output * fix: switch to owo_colorize
Configuration menu - View commit details
-
Copy full SHA for 89a9a50 - Browse repository at this point
Copy the full SHA 89a9a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for d80d6cd - Browse repository at this point
Copy the full SHA d80d6cdView 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 v3.0.1...v3.0.2