<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  <id>tag:github.com,2008:https://github.com/scribejava/scribejava/releases</id>
  <link type="text/html" rel="alternate" href="https://github.com/scribejava/scribejava/releases"/>
  <link type="application/atom+xml" rel="self" href="https://github.com/scribejava/scribejava/releases.atom"/>
  <title>Release notes from scribejava</title>
  <updated>2022-11-15T15:30:49Z</updated>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.3.3</id>
    <updated>2023-01-25T16:26:57Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.3.3"/>
    <title>scribejava-8.3.3</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;update dependencies, including security updates in libraries&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.3.2</id>
    <updated>2022-10-10T10:48:24Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.3.2"/>
    <title>scribejava-8.3.2</title>
    <content type="html">&lt;p&gt;[8.3.2]&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;minor fixes and enhances&lt;/li&gt;
&lt;li&gt;update dependencies&lt;/li&gt;
&lt;li&gt;while using async HTTP client, you could miss some Throwables, now they will be thrown&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.3.1</id>
    <updated>2021-05-11T13:32:00Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.3.1"/>
    <title>scribejava-8.3.1</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;fix java.lang.NoClassDefFoundError for non-java8 runtimes (e.g. Android 7.1.1)&lt;br&gt;
(thanks to &lt;a href=&quot;https://github.com/ChristopherGittner&quot;&gt;https://github.com/ChristopherGittner&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.3.0</id>
    <updated>2021-05-11T13:30:53Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.3.0"/>
    <title>scribejava-8.3.0</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;add Instagram (&lt;a href=&quot;https://www.instagram.com/&quot; rel=&quot;nofollow&quot;&gt;https://www.instagram.com/&lt;/a&gt;) API (thanks to &lt;a href=&quot;https://github.com/faent&quot;&gt;https://github.com/faent&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add getErrorMessage method to FacebookAccessTokenErrorResponse. Should be used instead of general getMessage method&lt;br&gt;
from the parent Exception&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.2.0</id>
    <updated>2021-04-13T16:25:03Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.2.0"/>
    <title>scribejava-8.2.0</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens&lt;/li&gt;
&lt;li&gt;make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation&lt;br&gt;
(internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks to &lt;a href=&quot;https://github.com/CodingFabian&quot;&gt;https://github.com/CodingFabian&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;implement possibility to add extra parameters to Access Token Request&lt;br&gt;
(AccessTokenRequestParams#*ExtraParameters methods), &lt;a class=&quot;issue-link js-issue-link&quot; data-error-text=&quot;Failed to load title&quot; data-id=&quot;683484446&quot; data-permission-text=&quot;Title is private&quot; data-url=&quot;https://github.com/scribejava/scribejava/issues/980&quot; data-hovercard-type=&quot;issue&quot; data-hovercard-url=&quot;/scribejava/scribejava/issues/980/hovercard&quot; href=&quot;https://github.com/scribejava/scribejava/issues/980&quot;&gt;#980&lt;/a&gt;&lt;br&gt;
(thanks to &lt;a href=&quot;https://github.com/pmorch&quot;&gt;https://github.com/pmorch&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.1.0</id>
    <updated>2020-12-30T10:22:56Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.1.0"/>
    <title>scribejava-8.1.0</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;add raw Response (with HTTP response code and body) as member to the OAuth2AccessTokenErrorResponse&lt;/li&gt;
&lt;li&gt;add possibility to set &quot;&quot; (empty string) as apiSecret&lt;/li&gt;
&lt;li&gt;add Slack API (&lt;a href=&quot;https://slack.com/&quot; rel=&quot;nofollow&quot;&gt;https://slack.com/&lt;/a&gt;) (thanks to &lt;a href=&quot;https://github.com/petrkopotev&quot;&gt;https://github.com/petrkopotev&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-8.0.0</id>
    <updated>2020-11-10T09:21:03Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-8.0.0"/>
    <title>scribejava-8.0.0</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;add Kakao API (&lt;a href=&quot;https://kakao.com/&quot; rel=&quot;nofollow&quot;&gt;https://kakao.com/&lt;/a&gt;) (thanks to &lt;a href=&quot;https://github.com/v0o0v&quot;&gt;https://github.com/v0o0v&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;support chunks in JDKHttpClient&#39;s Multipart (thanks to &lt;a href=&quot;https://github.com/eos1d3&quot;&gt;https://github.com/eos1d3&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add support for OAuth 2.0 Device Authorization Grant (RFC 8628) (thanks to &lt;a href=&quot;https://github.com/rebarbora-mckvak&quot;&gt;https://github.com/rebarbora-mckvak&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;update Google API URLs&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-7.1.1</id>
    <updated>2020-09-08T16:05:58Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-7.1.1"/>
    <title>scribejava-7.1.1</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;add Proxy support (via config&#39;s option) to internal JDKHttpClient (thanks to &lt;a href=&quot;https://github.com/bjournaud&quot;&gt;https://github.com/bjournaud&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix typo (change &quot;Verfier&quot; to &quot;Verifier&quot;) (thanks to &lt;a href=&quot;https://github.com/afkbrb&quot;&gt;https://github.com/afkbrb&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix Multipart support in JDKHttpClient (thanks to &lt;a href=&quot;https://github.com/eos1d3&quot;&gt;https://github.com/eos1d3&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-7.0.0</id>
    <updated>2020-08-04T13:41:00Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-7.0.0"/>
    <title>scribejava-7.0.0</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Add Polar API (&lt;a href=&quot;https://www.polar.com/&quot; rel=&quot;nofollow&quot;&gt;https://www.polar.com/&lt;/a&gt;) (thanks to &lt;a href=&quot;https://github.com/vidi42&quot;&gt;https://github.com/vidi42&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;make Response accept resources to autoclose and autoclose it (thanks to &lt;a href=&quot;https://github.com/drei01&quot;&gt;https://github.com/drei01&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix url encoding in POST payload (it&#39;s needed for &#39;application/x-www-form-urlencoded&#39; Content-Type)
&lt;ul&gt;
&lt;li&gt;unit tests (thanks to &lt;a href=&quot;https://github.com/max904-github&quot;&gt;https://github.com/max904-github&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add Armeria HTTP client (thanks to &lt;a href=&quot;https://github.com/max904-github&quot;&gt;https://github.com/max904-github&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/889932/scribejava-6.9.0</id>
    <updated>2019-10-04T11:44:40Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/scribejava/scribejava/releases/tag/scribejava-6.9.0"/>
    <title>scribejava-6.9.0</title>
    <content type="html">&lt;p&gt;[maven-release-plugin] copy for tag scribejava-6.9.0&lt;/p&gt;</content>
    <author>
      <name>kullfar</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/736714?s=60&amp;v=4"/>
  </entry>
</feed>
