Skip to content

Commit

Permalink
FFM-8364 Add SDK dependencies to app.src (#57)
Browse files Browse the repository at this point in the history
* FFM-8364 Add SDK dependencies to app.src

* FFM-8364 CHANGELOG

* FFM-8364 2.0.1 release prep

* FFM-8364 2.0.1 release prep
  • Loading branch information
erdirowlands authored Jul 3, 2023
1 parent f4e2fa8 commit ba5d328
Show file tree
Hide file tree
Showing 48 changed files with 6,452 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1] - 2023-07-02
### Fixes
- Some SDK dependencies were not getting included in releases created by `mix `

## [2.0.0] - 2023-06-30
## ** Breaking for Erlang applications (not affecting Elixir applications) **

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For a sample FF Erlang SDK Project for Elixir, see our

* Erlang/OTP 24 or later
* Rebar3 3.20.0 or later
* Important, since version 2.0.0 the SDK depends on an Elixir hashing library, so the following is also required for Erlang applications:
* Important, since version 2.0.1 the SDK depends on an Elixir hashing library, so the following is also required for Erlang applications:
* Elixir 1.13.4 or later available on your build system
* Rebar3 `rebar_mix` plugin installed in your Rebar3 plugins

Expand All @@ -61,7 +61,7 @@ To install the SDK for Erlang based applications:
1. Add the SDK as a dependency to your `rebar.config` file:

```
{deps, [{cfclient, "2.0.0", {pkg, harness_ff_erlang_server_sdk}}]}.
{deps, [{cfclient, "2.0.1", {pkg, harness_ff_erlang_server_sdk}}]}.
```

2. Add the dependency to your project's `app.src`.
Expand Down Expand Up @@ -90,7 +90,7 @@ To install the SDK for Elixir based applications:
```
defp deps do
[
{:cfclient, "~> 2.0.0", hex: :harness_ff_erlang_server_sdk}
{:cfclient, "~> 2.0.1", hex: :harness_ff_erlang_server_sdk}
]
```

Expand Down
43 changes: 43 additions & 0 deletions doc/.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
404.html
api-reference.html
cfclient.html
cfclient_app.html
cfclient_cache.html
cfclient_config.html
cfclient_ets.html
cfclient_evaluator.html
cfclient_instance.html
cfclient_metrics.html
cfclient_retrieve.html
cfclient_sup.html
dist/handlebars.runtime-NWIB6V2M.js
dist/handlebars.templates-IV5W3OL2.js
dist/html-XN2TSG4M.js
dist/html-erlang-6FXMBT73.css
dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
dist/lato-latin-300-normal-YUMVEFOL.woff2
dist/lato-latin-700-normal-2XVSBPG4.woff2
dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
dist/merriweather-cyrillic-300-italic-M6KMXZSZ.woff2
dist/merriweather-cyrillic-300-normal-7PAAHU3N.woff2
dist/merriweather-cyrillic-ext-300-italic-JP3ZEV2P.woff2
dist/merriweather-cyrillic-ext-300-normal-5LF5LCEK.woff2
dist/merriweather-latin-300-italic-353COS6Q.woff2
dist/merriweather-latin-300-normal-RWDJH4FN.woff2
dist/merriweather-latin-ext-300-italic-MWCA36KE.woff2
dist/merriweather-latin-ext-300-normal-K6L27CZ5.woff2
dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2
dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2
dist/remixicon-NKANDIL5.woff2
dist/search_items-CF19943B.js
dist/sidebar_items-DB5F8103.js
index.html
license.html
readme.html
search.html
144 changes: 144 additions & 0 deletions doc/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.29.1">
<meta name="project" content="cfclient v2.0.1">

<title>404 — cfclient v2.0.1</title>
<link rel="stylesheet" href="dist/html-erlang-6FXMBT73.css" />


<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-IV5W3OL2.js"></script>
<script src="dist/sidebar_items-DB5F8103.js"></script>

<script src="docs_config.js"></script>

<script async src="dist/html-XN2TSG4M.js"></script>


</head>
<body data-type="extras" class="page-extra">
<script>

try {
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');

if (settings.theme === 'dark' ||
((settings.theme === 'system' || settings.theme == null) &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.body.classList.add('dark')
}
} catch (error) { }
</script>

<div class="main">

<button class="sidebar-button sidebar-toggle" aria-label="toggle sidebar">
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i>
</button>

<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<i class="ri-search-2-line" aria-hidden="true" title="Submit search"></i>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<i class="ri-close-line ri-lg" aria-hidden="true" title="Cancel search"></i>
</button>
<label class="search-label">
<p class="sr-only">Search</p>
<input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
</label>
</form>

<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>

<div class="sidebar-header">

<div class="sidebar-projectDetails">
<a href="readme.html" class="sidebar-projectName" translate="no">
cfclient
</a>
<strong class="sidebar-projectVersion" translate="no">
v2.0.1
</strong>
</div>
<ul class="sidebar-listNav">
<li><a id="extras-list-link" href="#full-list">Pages</a></li>

<li><a id="modules-list-link" href="#full-list">Modules</a></li>


</ul>
</div>

<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
</section>

<section class="content">
<output role="status" id="toast"></output>
<div class="content-outer">
<div id="content" class="content-inner">

<h1>
<button class="icon-action display-settings">
<i class="ri-settings-3-line"></i>
<span class="sr-only">Settings</span>
</button>

<span>Page not found</span>
</h1>

<p>Sorry, but the page you were trying to get to, does not exist. You
may want to try searching this site using the sidebar

or using our <a href="api-reference.html">API Reference</a> page

to find what you were looking for.</p>
<footer class="footer">
<p>

<span class="line">
<a href="https://hex.pm/packages/cfclient/2.0.1" class="footer-hex-package">Hex Package</a>

<a href="https://preview.hex.pm/preview/cfclient/2.0.1">Hex Preview</a>

</span>

<span class="line">
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages">
Search HexDocs
</button>

<a href="cfclient.epub" title="ePub version">
Download ePub version
</a>

</span>
</p>

<p class="built-using">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.29.1) for the

<a href="https://erlang.org" title="Erlang" target="_blank" translate="no">Erlang programming language</a>

</p>
</footer>
</div>
</div>
</section>
</div>


</body>
</html>
Loading

0 comments on commit ba5d328

Please sign in to comment.