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

Fix StatusLogger time-zone issues and stack overflow #2322

Merged
merged 9 commits into from
Feb 27, 2024
Merged

Commits on Feb 23, 2024

  1. Add time-zone support to StatusLogger

    Without a time-zone, it is not possible to format certain date & time
    fields that are time-zone-specific, e.g., year-of-era.
    vy committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    918190e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e2f14 View commit details
    Browse the repository at this point in the history
  3. Fix build failures

    vy committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    00cf39d View commit details
    Browse the repository at this point in the history
  4. Add changelog entries

    vy committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    89417c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Harden invalid argument fallbacks

    vy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    db30243 View commit details
    Browse the repository at this point in the history
  2. Support environment variables

    vy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ee4d520 View commit details
    Browse the repository at this point in the history
  3. Use the new property naming style

    vy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d65611a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c52bfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd3ff1 View commit details
    Browse the repository at this point in the history