Tags: xerial/snappy-java
  
            
          Tags
  Release v1.1.10.8 New features: - Add support for x64 systems using musl (#632) Improvements: - Add Java 24 to CI test matrix - Update Scala to 3.7.1 - Update various dependencies - Improve CI workflows and development documentation - Remove problematic OOM catch handling
Merge pull request from GHSA-55g7-9cwv-5qfv * Validate chunk size to be within a configured maximum * Add constructors to have max size configurable * Code cleanup * Use 512MB for consistency --------- Co-authored-by: Taro L. Saito <[email protected]>
CI Fix to Prevent Checks Dealing with Large Array Sizes (#459) * Fix spacing with comment * Updated code * Test: Added Assume catches for each failed tests * Added and implemented separate method to check if System CI is false * Added a null check to ensure assumingCIIsFalse() method runs locally as well * Changed assumeTrue to assumeFalse
PreviousNext