<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Discord4J</title>
    <description>Discord4J Project Site</description>
    <link>https://discord4j.com/</link>
    <atom:link href="https://discord4j.com/sitemap.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 04 Oct 2019 04:08:13 +0000</pubDate>
    <lastBuildDate>Fri, 04 Oct 2019 04:08:13 +0000</lastBuildDate>
    <generator>Jekyll v3.4.3</generator>
    
      <item>
        <title>2.10.1 Released!</title>
        <description>&lt;h1 id=&quot;changelog&quot;&gt;Changelog&lt;/h1&gt;
&lt;p&gt;This release doesn’t contain any really notable internal changes. This release was instead pushed so that we could promote the fact we 
now deploy our artifacts to JCenter and Maven Central. This means that our Jitpack repository is now DEPRECATED for RELEASES, instead
it should only be used for getting snapshots of dev builds. Please take a look at the updated readme to learn how your &lt;code class=&quot;highlighter-rouge&quot;&gt;pom.xml&lt;/code&gt; or
&lt;code class=&quot;highlighter-rouge&quot;&gt;build.gradle&lt;/code&gt; should be formatted (note the lack of the Jitpack repository and the group id change). Additionally, it should be noted 
that bots depending on 2.x builds should prefer JCenter builds since it relies on some dependencies only available on that repository.&lt;/p&gt;

&lt;h3 id=&quot;-additions&quot;&gt;+ Additions&lt;/h3&gt;
&lt;p&gt;Nothing&lt;/p&gt;

&lt;h3 id=&quot;-changes&quot;&gt;* Changes&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;We are now hosted on JCenter and Maven Central!&lt;/li&gt;
  &lt;li&gt;Presence now has toString() overriden.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;--removed&quot;&gt;- Removed&lt;/h3&gt;
&lt;p&gt;Nothing&lt;/p&gt;
</description>
        <pubDate>Wed, 18 Apr 2018 11:22:00 +0000</pubDate>
        <link>https://discord4j.com/release/2018/04/18/2.10.1-released.html</link>
        <guid isPermaLink="true">https://discord4j.com/release/2018/04/18/2.10.1-released.html</guid>
        
        
        <category>release</category>
        
      </item>
    
      <item>
        <title>2.10 Released!</title>
        <description>&lt;h1 id=&quot;changelog&quot;&gt;Changelog&lt;/h1&gt;
&lt;p&gt;This release comes with some breaking changes to better help maintain the current project. As we inch closer towards
v3’s release it is imperative that we keep v2 as easy to maintain as possible, so it is likely future versions may have
equally breaking changes if they are necessary.&lt;/p&gt;

&lt;p&gt;If you want to learn more on the progress on v3, be on the lookout for a blog post.&lt;/p&gt;

&lt;p&gt;###+ Additions&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Added &lt;code class=&quot;highlighter-rouge&quot;&gt;ActivityType&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Added support for animated emojis&lt;/li&gt;
  &lt;li&gt;Added retry for CloudFlare errors&lt;/li&gt;
  &lt;li&gt;Added support for (some) Unicode in text channels&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;###* Changes&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Reworked presence. This is a breaking change as it has removed and added various methods. The rework aims to better
manipulate your bot’s presence and allow a lot more customization than previously allocated with far fewer methods.&lt;/li&gt;
  &lt;li&gt;All instances of &lt;code class=&quot;highlighter-rouge&quot;&gt;LocalDateTime&lt;/code&gt; has been converted to &lt;code class=&quot;highlighter-rouge&quot;&gt;Instance&lt;/code&gt; to better represent the actual data that is being
manipulated and to mitigate various confusion on the usage of such methods. This is also a breaking change.&lt;/li&gt;
  &lt;li&gt;Fixed ordering of &lt;code class=&quot;highlighter-rouge&quot;&gt;MessageHistory#getMessageHistory&lt;/code&gt; when all the messages were in the cache.&lt;/li&gt;
  &lt;li&gt;Fixed NPE if JARs did not have a Manifest for modules.&lt;/li&gt;
  &lt;li&gt;Fixed NPE when automatically enabling modules.&lt;/li&gt;
  &lt;li&gt;ReadyEvent wait time now scales linearly with guild count.&lt;/li&gt;
  &lt;li&gt;Fixed numerous bugs related to reactions.&lt;/li&gt;
  &lt;li&gt;Fixed NPEs and UOEs for MessageUpdateEvents&lt;/li&gt;
  &lt;li&gt;Fixed NPEs on Reaction Add/Remove Events&lt;/li&gt;
  &lt;li&gt;Fixed &lt;code class=&quot;highlighter-rouge&quot;&gt;IGuild#getOwner&lt;/code&gt; occasionally returning &lt;code class=&quot;highlighter-rouge&quot;&gt;null&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Increased concurrency for &lt;code class=&quot;highlighter-rouge&quot;&gt;DispatchHandler&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Fixed NFEs when parsing certain channel IDs&lt;/li&gt;
  &lt;li&gt;Changed &lt;code class=&quot;highlighter-rouge&quot;&gt;RequestBuffer.request(IVoiceRequest)&lt;/code&gt; to be more fluent to use.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;###- Removed
Anything removed is related to previously mentioned changes.&lt;/p&gt;
</description>
        <pubDate>Sun, 04 Mar 2018 11:22:00 +0000</pubDate>
        <link>https://discord4j.com/release/2018/03/04/2.10-released.html</link>
        <guid isPermaLink="true">https://discord4j.com/release/2018/03/04/2.10-released.html</guid>
        
        
        <category>release</category>
        
      </item>
    
      <item>
        <title>New Website!</title>
        <description>&lt;h1 id=&quot;the-site&quot;&gt;The site&lt;/h1&gt;
&lt;p&gt;Discord4J is undergoing major revisions as part of version 3.0. Part of this includes a brand
new website! Currently the site is missing some areas including: a dedicated wiki, CI,
and javadocs section. But I hope to add these in the near future, in the meantime they 
redirect to our current hosts.&lt;/p&gt;

&lt;h1 id=&quot;other-stuff&quot;&gt;Other stuff&lt;/h1&gt;
&lt;p&gt;In addition to the new site, we are currently planning the full rewrite of Discord4J. The dev
team is working hard to make sure this is well thought-out, powerful and intuitive. We expect
for Discord4J 3.0 to have some form of release within the next few months. Additionally,
development of Discord4J will be done under our new &lt;a href=&quot;https://github.com/Discord4J&quot;&gt;Discord4J Github Organization&lt;/a&gt;, as such we plan to move the current repository to this 
organization once Discord4J 3.0 is near completion.&lt;/p&gt;
</description>
        <pubDate>Sun, 28 May 2017 11:22:00 +0000</pubDate>
        <link>https://discord4j.com/meta/2017/05/28/new-website.html</link>
        <guid isPermaLink="true">https://discord4j.com/meta/2017/05/28/new-website.html</guid>
        
        
        <category>meta</category>
        
      </item>
    
    
      <item>
        <title>Commands4J</title>
        <description>Commands4J</description>
        <link>https://discord4j.comhttps://github.com/Discord4J-Addons/Commands4J</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Official</category>
        
        <category>Commands</category>
        
        <category>Java</category>
        
      </item>
    
      <item>
        <title>D4J-Rx</title>
        <description>D4J-Rx</description>
        <link>https://discord4j.comhttps://github.com/Discord4J-Addons/D4J-Rx</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Official</category>
        
        <category>Java</category>
        
        <category>Reactive</category>
        
      </item>
    
      <item>
        <title>Discord4J-Gradle-Plugin</title>
        <description>Discord4J-Gradle-Plugin</description>
        <link>https://discord4j.comhttps://github.com/Discord4J-Addons/Discord4J-Gradle-Plugin</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Official</category>
        
        <category>Gradle</category>
        
      </item>
    
      <item>
        <title>ModuleLoader+</title>
        <description>ModuleLoader+</description>
        <link>https://discord4j.comhttps://github.com/Discord4J-Addons/Module-Loader-Plus</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Official</category>
        
        <category>Java</category>
        
      </item>
    
      <item>
        <title>Lavaplayer</title>
        <description>Lavaplayer</description>
        <link>https://discord4j.comhttps://github.com/sedmelluq/lavaplayer</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Java</category>
        
        <category>Audio</category>
        
      </item>
    
      <item>
        <title>Kommandant</title>
        <description>Kommandant</description>
        <link>https://discord4j.comhttps://github.com/kvnxiao/kommandant</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Kotlin</category>
        
        <category>Commands</category>
        
      </item>
    
      <item>
        <title>BC4D4J</title>
        <description>BC4D4J</description>
        <link>https://discord4j.comhttps://github.com/danthonywalker/bc4d4j</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Kotlin</category>
        
        <category>Commands</category>
        
      </item>
    
      <item>
        <title>D4J-OAuth</title>
        <description>D4J-OAuth</description>
        <link>https://discord4j.comhttps://github.com/xaanit/D4J-OAuth</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Java</category>
        
        <category>OAuth</category>
        
      </item>
    
      <item>
        <title>DiscordEmoji4J</title>
        <description>DiscordEmoji4J</description>
        <link>https://discord4j.comhttps://github.com/nerd/DiscordEmoji4J</link>
        <pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate>
        
        <category>Java</category>
        
        <category>Emoji</category>
        
      </item>
    
  </channel>
</rss>
