Liking cljdoc? Tell your friends :D

Change Log

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.

Unreleased

0.2.1 - 2019-02-27

Changed

  • Spec for files to be used with create-message! now requires a file rather than any?

Fixed

  • Rate limit handling now accounts for server drift

0.2.0 - 2019-02-26

Added

  • 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

Changed

  • 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

Fixed

  • Improper handling of rate limits when none is found
  • Bot no longer starts when out of identify packets for shards

Depricated

  • send-message! function

Removed

  • Uberjar profile in Leiningen

0.1.7 - 2019-01-13

Fixed

  • README.md example bots

0.1.6 - 2018-10-02

Added

  • 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

Removed

  • Unnecessary JVM options

0.1.5 - 2018-09-25

Added

  • Buffer size for shards can now be specified by users

Changed

  • Buffers now grow by 100k bytes on 1009 stop codes, rather than being set to a static 500k bytes

Fixed

  • Removed unneeded dependency
  • No default buffer size provided
  • Buffer size not properly set on client

0.1.4 - 2018-09-25

Fixed

  • Incorrect spec on function connect-bot!
  • Exception thrown by shards due to atoms not being associative data structures

0.1.3 - 2018-09-24

Fixed

  • README installation lacked group ID

0.1.2 - 2018-09-24

Added

  • 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

Changed

  • handle-disconnect! now takes the shard state
  • connect-shard! now returns a tuple of atoms, first is the connection, second is shard state

0.1.1 - 2018-09-23

Fixed

  • Incorrect README version

Removed

  • Example DSL code
  • user namespace

0.1.0 - 2018-09-23

Added

  • Connection process
  • Shard handling
  • Messaging process
  • Copyright notice in README
  • Proper description for project
  • Set up deployment

Changed

  • README follows new API
  • Project name from discljord-functional to discljord

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close