This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Releases: litaio/lita-hipchat
Releases · litaio/lita-hipchat
3.0.2
3.0.1
Bug fixes:
- Joined rooms are now persisted properly.
3.0.0
- Changed: Lita 4.4's persisted rooms feature is now used by lita-hipchat. Remove any value assigned to
config.adapters.hipchat.rooms
and use Lita's built-injoin
andpart
commands instead. For backwards compatibility, the configuration attribute will take precedence and disable usage of the persisted rooms if set. The configuration attribute is now deprecated and will be removed in lita-hipchat 4.0. - Fixed: The adapter now waits until it can verify it's connected to HipChat before attempting further action. This may fix an issue some users were having where Lita would crash unless the adapter's debug mode was enabled.
2.1.3
- Fixed: If the connection to HipChat is reset, the adapter will shut down, allowing process management tools to restart Lita. For real this time.
2.1.2
- Fixed: If the connection to HipChat is reset, the adapter will shut down, allowing process management tools to restart Lita.
2.1.1
- Fixed: Lita will no longer disconnect from HipChat in certain cases involving strings not encoded as UTF-8.
2.1.0
Added: The address of the server can now be specified in the configuration, allowing use of the adapter with private HipChat Server installations.
2.0.1
- Fixed: Updated deprecated use of
Lita.config.adapter
.
2.0.0
- Changed: Configuration now uses the system introduced in Lita 4.
1.6.2
Fixed: An exception leading to unresponsiveness when Lita.config.adapter.ignore_unknown_users = true
and a message from an unknown user is received.