All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
Discljord follows semantic versioning.
0.2.3 - 2019-03-01
- discljord.events not loading properly due to removed dependency for clojure.tools.logging
0.2.2 - 2019-03-01
- http-kit HTTP requests would break on java 11
- Unnecessary dependency on clojure.tools.logging
0.2.1 - 2019-02-27
- Spec for files to be used with create-message! now requires a file rather than any?
- Rate limit handling now accounts for server drift
0.2.0 - 2019-02-26
- Changelog
- Logging about retries during connections
- Request :guild-members-chunk events
- Ability to update bot's status on Discord
- Ability to update bot's voice state on Discord
- Support for re-sharding a bot as it grows
- Docstrings for many namespaces
- Support for tts in messages
- New HTTP endpoint support (all)
- Logging when unable to recieve gateway information
- Support for embeds (with attachments)
- Support for sending files
- Moved many functions from
discljord.connections
to an implementation namespace - Added new
create-message!
function to replace send-message!
- Exchanged logging framework from log4j to timbre
- Improper handling of rate limits when none is found
- Bot no longer starts when out of identify packets for shards
- Uberjar profile in Leiningen
0.1.7 - 2019-01-13
0.1.6 - 2018-10-02
- log4j backend for
core.tools.logging
- discljord log4j configuration
- deps.edn file to allow use with tools.deps projects
- README section on Java 9 and later
0.1.5 - 2018-09-25
- Buffer size for shards can now be specified by users
- Buffers now grow by 100k bytes on 1009 stop codes, rather than being set to a static 500k bytes
- Removed unneeded dependency
- No default buffer size provided
- Buffer size not properly set on client
0.1.4 - 2018-09-25
- Incorrect spec on function
connect-bot!
- Exception thrown by shards due to atoms not being associative data structures
0.1.3 - 2018-09-24
- README installation lacked group ID
0.1.2 - 2018-09-24
- Group ID to Maven artifact
- Disconnects with stop code 1009 now reconnect with larger buffers
- Can now set flag so that the bot will not try to reconnect when it disconnects
- Function to disconnect all shards in a bot
- Exception handling in default message pump in
discljord.events
handle-disconnect!
now takes the shard stateconnect-shard!
now returns a tuple of atoms, first is the connection, second is shard state
0.1.1 - 2018-09-23
- Example DSL code
user
namespace
0.1.0 - 2018-09-23
- Connection process
- Shard handling
- Messaging process
- Copyright notice in README
- Proper description for project
- Set up deployment
- README follows new API
- Project name from
discljord-functional
to discljord