Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to base64 crate #1294

Closed
wants to merge 4 commits into from
Closed

Switch to base64 crate #1294

wants to merge 4 commits into from

Commits on Apr 1, 2022

  1. Switch to base64 crate

    This removes our implementation of base64 encoding/decoding from
    `aws-smithy-types`, switching to the `base64` Rust crate.
    
    Our implementation was written at a time when we wanted to keep
    dependencies at an absolute minimum. However, a performant base64
    implementation is now needed for the server.
    
    Our implementation was also accepting invalid base64 (see #1277).
    
    Fixes #1277.
    david-perez committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    66766c3 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    david-perez committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    bd04a0f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    a5e5373 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    david-perez committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f1c00cb View commit details
    Browse the repository at this point in the history