Skip to content

v0.1.1

Compare
Choose a tag to compare
@chmod77 chmod77 released this 31 Aug 22:40
· 10 commits to main since this release
9b41da7

Changelog

0.1.1 - 2024-09-01

Added

  • Implemented batch event triggering capability
    • New BatchEvent struct for representing individual events in a batch
    • Added trigger_batch method to PusherClient for sending multiple events in a single API call
    • Updated documentation and README to reflect new batch triggering functionality

Changed

  • Updated PusherClient struct to support batch event operations
  • Improved error handling for batch event triggering
  • Enhanced test suite to cover batch event scenarios

Fixed

  • Minor bug fixes and performance improvements

Documentation

  • Added examples for using the new batch event triggering feature
  • Updated README with information about batch event support
  • Improved inline documentation for new methods and structs

0.1.0 - 2024-08-29

Added

  • Initial release of pusher-rs
  • Basic Pusher Channels functionality:
    • Connect to Pusher Channels
    • Subscribe to public, private, presence, and private encrypted channels
    • Publish events to channels
    • Handle incoming events
    • Automatic reconnection with exponential backoff
    • Environment-based configuration
    • Flexible channel management