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

Update generated code for beta #1264

Merged
merged 3 commits into from
Aug 24, 2023
Merged

Update generated code for beta #1264

merged 3 commits into from
Aug 24, 2023

Commits on Aug 22, 2023

  1. Explicitly format timestamp in SignatureVerificationError message (#1262

    )
    
    When interpolating a Time object in a String, Ruby calls `to_s` under the hood.
    
    For Rails applications defining a `default` string format, this triggers deprecation warnings as of v7.0.7: rails/rails#48555
    
    This change fixes that by explicitly formatting the timestamp (using the same `YYYY-MM-DD HH:mm:ss` format currently implicitly used).
    magni- authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    79463b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    84bf38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658a0b7 View commit details
    Browse the repository at this point in the history