Skip to content

Releases: Aiven-Open/tiered-storage-for-apache-kafka

2024-04-02 - 1712056402 - 0.0.1-SNAPSHOT

02 Apr 11:16
a4cb2d6
Compare
Choose a tag to compare

What's Changed

  • Include AWS STS in S3 storage distro by @ivanyu in #519
  • Add experimental SOCKS5 support for Azure by @ivanyu in #510
  • Wrap more GCS errors in StorageBackendException by @ivanyu in #517
  • Close file InputStreams when copying segments by @ivanyu in #516
  • Add experimental SOCKS5 support for GCS by @ivanyu in #522
  • chore(release): add libraries to release page by @jeqo in #512
  • Abstract creating bucket names for tests by @ivanyu in #523
  • chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.77 by @dependabot in #530
  • chore(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #529
  • chore(deps): bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 by @dependabot in #526
  • chore(deps): bump com.azure:azure-sdk-bom from 1.2.21 to 1.2.22 by @dependabot in #528
  • chore(deps): bump org.wiremock:wiremock from 3.3.1 to 3.5.2 by @dependabot in #527

Full Changelog: 2024-03-09-1710852586...2024-04-02-1712056402

2024-03-09 - 1710852586 - 0.0.1-SNAPSHOT

19 Mar 12:52
c848484
Compare
Choose a tag to compare

What's Changed

  • Document prefetching by @ivanyu in #449
  • More detailed Getting started by @ivanyu in #451
  • Remove unnecessary prefix settings by @ivanyu in #450
  • chore: add maven-publish plugin by @jeqo in #439
  • Explicitly test against cache poisoning with failed futures by @ivanyu in #453
  • refactor: renaming module chunkmanager to fetch by @jeqo in #452
  • refactor: rename Chunk Cache by @jeqo in #455
  • Azure metrics fix by @AnatolyPopov in #459
  • Removing JMX exporter rules from demo configuration to expose all metrics by @AnatolyPopov in #458
  • refactor: metric names with -metric suffix by @jeqo in #454
  • chore: update to Docker demo by @jeqo in #460
  • ChunkCacheTest#sizeBasedEviction flakiness fix by @AnatolyPopov in #461
  • chore(deps): bump mockitoVersion from 5.5.0 to 5.8.0 by @dependabot in #465
  • chore(deps): bump org.wiremock:wiremock from 3.2.0 to 3.3.1 by @dependabot in #463
  • chore(deps): bump testcontainersVersion from 1.19.1 to 1.19.3 by @dependabot in #466
  • chore(deps): bump com.google.cloud:google-cloud-storage from 2.29.0 to 2.29.1 by @dependabot in #464
  • chore(deps): bump jacksonVersion from 2.15.3 to 2.16.0 by @dependabot in #467
  • chore: reformat code by @jeqo in #468
  • Handle interruptions during fetching log segment by @ivanyu in #462
  • fix: add empty indexes to builder by @jeqo in #469
  • fix: increase timeout to reduce chance for flakiness by @jeqo in #471
  • chore(deps): bump com.azure:azure-sdk-bom from 1.2.18 to 1.2.19 by @dependabot in #474
  • chore(deps): bump jacksonVersion from 2.16.0 to 2.16.1 by @dependabot in #477
  • chore(deps): bump com.google.cloud:google-cloud-storage from 2.29.1 to 2.30.1 by @dependabot in #476
  • chore(deps): bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 by @dependabot in #478
  • chore(deps): bump software.amazon.awssdk:s3 from 2.20.140 to 2.22.9 by @dependabot in #475
  • chore: reduce logging by @jeqo in #473
  • feat: add async cache for segment indexes by @jeqo in #472
  • feat: extend BytesRange to support empty ranges by @jeqo in #480
  • chore(deps): bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #489
  • chore(deps): bump testcontainersVersion from 1.19.3 to 1.19.4 by @dependabot in #486
  • chore(deps): bump mockitoVersion from 5.8.0 to 5.10.0 by @dependabot in #485
  • chore(deps): bump com.google.cloud:google-cloud-storage from 2.30.1 to 2.32.1 by @dependabot in #487
  • chore(deps): bump software.amazon.awssdk:s3 from 2.22.9 to 2.23.16 by @dependabot in #488
  • docs(security): change bugbounty provider from h1 to bugcrowd by @DocEmmetBrown in #492
  • chore: bump base docker image for testing/demo by @jeqo in #491
  • feat: extend object deleter to delete multiple keys at once when supported by back-end by @jeqo in #490
  • chore(deps): bump junitVersion from 5.10.0 to 5.10.2 by @dependabot in #493
  • chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3 by @dependabot in #494
  • chore(deps): bump mockitoVersion from 5.10.0 to 5.11.0 by @dependabot in #497
  • chore(deps): bump com.azure:azure-sdk-bom from 1.2.19 to 1.2.21 by @dependabot in #496
  • chore(deps): bump com.github.luben:zstd-jni from 1.5.5-5 to 1.5.5-11 by @dependabot in #495
  • GitHub actions upgrade by @AnatolyPopov in #503
  • GitHub CodeQL action upgrade by @AnatolyPopov in #504
  • Move S3Client creation from S3StorageConfig by @ivanyu in #506
  • Wrap more S3 errors in StorageBackendException by @ivanyu in #507
  • Wrap more Azure errors in StorageBackendException by @ivanyu in #508
  • Remove HTTPS from Azure tests by @ivanyu in #509
  • chore: add workflow to check fixup commits by @jeqo in #482

New Contributors

Full Changelog: 2023-11-16-1700141246...2024-03-09-1710852586

2023-11-16 - 1700141246 - 0.0.1-SNAPSHOT

16 Nov 13:31
ef81d0a
Compare
Choose a tag to compare
Merge pull request #448 from Aiven-Open/ivanyu/demo-disk-cache

Refresh demo