Skip to content

0.8.0 - 2024-09-18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 07:33
b0a92a0

Release Notes

🚀 Features

  • [breaking] Refactor BlockingClient to Client add ClientBuilder
  • Improve Client error handling logic
  • (filter_builder) Add .filter_builder() and .filter() convenience methods

🚜 Refactor

  • Client module
  • [breaking] Update the library interfaces
  • Module structure and update docs

📚 Documentation

  • Add lib_demo.rs example

🧪 Testing

  • Add environment variable configuration test and combine getter and setter method tests
  • Add integration tests

⚙️ Miscellaneous Tasks

  • Run tests on all branches except main
  • Log test errors

Install awsipranges 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cmlccie/awsipranges/releases/download/v0.8.0/awsipranges-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/cmlccie/awsipranges/releases/download/v0.8.0/awsipranges-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install cmlccie/tap/awsipranges

Download awsipranges 0.8.0

File Platform Checksum
awsipranges-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
awsipranges-x86_64-apple-darwin.tar.xz Intel macOS checksum
awsipranges-x86_64-pc-windows-msvc.zip x64 Windows checksum
awsipranges-x86_64-pc-windows-msvc.msi x64 Windows checksum
awsipranges-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum