Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(main): release 1.1.0 #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

1.1.0 (2025-01-28)

Features

  • add safeCall utility function for error handling in async operations (0dee200)
  • presence: implement last seen tracking for users (#36) (cd09bb7)

Bug Fixes

  • add optional chaining to member presence status checks (40962cf)
  • commands/eval: integrate safeCall utility for error handling in awaiting messages (6d2893b)
  • routes: update user_id retrieval logic to get user_id from params instead of query (#28) (39eb711)
  • socket: update logging category for websocket connection closure (25163a5)
  • update interaction command check for improved clarity and type safety (c8647ec)
  • update key 'start_human_readable' to 'current_human_readable' for consistency (371d790)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from chimpdev as a code owner January 28, 2025 18:19
Copy link

what-the-diff bot commented Jan 28, 2025

PR Summary

  • Updated CHANGELOG for New Version Entry
    Changelog has been updated to include a new version v1.1.0 dated 28th January 2025. This ensures users are updated with all the latest changes.

  • Addition of New Features

    • A novel utility function named safeCall has been introduced. This function aids in handling errors during operations that happen in the background, enhancing the resilience of our application.
    • User's last seen tracking has been implemented, providing us with greater insights into user behavior.
  • Bug Fixes and Improvements

    • The safeCall function is now integrated for handling errors in evaluation commands, allowing these commands to fail gracefully.
    • The logic for retrieving user IDs has been modified. Instead of getting it from query, it is now obtained from the parameters, making the application more efficient.
    • For better tracking, the logging category has been updated specifically for cases when a websocket connection closes.
    • The interaction command checks have gone through changes to improve clarity and ensure type safety, resulting in less ambiguous code.
    • A key named 'start_human_readable' has been renamed to 'current_human_readable' to maintain consistency throughout the codebase.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants