File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased] [ unreleased ]
66
7+ ## [ v0.10.1] - 2021-02-02
8+
9+ ## Fixed
10+
11+ - Update ` AWS.Client ` typespecs to accept ` nil ` for the ` endpoint ` field.
12+ - Isolate Hackney connection pool for requests. Now the pool is named ` :aws_pool ` .
13+ - Don't display the ` :session_token ` field when inspecting ` AWS.Client ` .
14+
715## [ v0.10.0] - 2021-12-03
816
917### Fixed
@@ -464,7 +472,8 @@ is an example).
464472- ` AWS.StorageGateway ` module for Storage Gateway Service
465473- ` AWS.Support ` module for Support Service.
466474
467- [ unreleased ] : https://github.com/aws-beam/aws-elixir/compare/v0.10.0...HEAD
475+ [ unreleased ] : https://github.com/aws-beam/aws-elixir/compare/v0.10.1...HEAD
476+ [ v0.10.1 ] : https://github.com/aws-beam/aws-elixir/compare/v0.10.0...v0.10.1
468477[ v0.10.0 ] : https://github.com/aws-beam/aws-elixir/compare/v0.9.2...v0.10.0
469478[ v0.9.2 ] : https://github.com/aws-beam/aws-elixir/compare/v0.9.1...v0.9.2
470479[ v0.9.1 ] : https://github.com/aws-beam/aws-elixir/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change 11defmodule AWS.Mixfile do
22 use Mix.Project
33
4- @ version "0.10.0 "
4+ @ version "0.10.1 "
55 @ repo_url "https://github.com/aws-beam/aws-elixir"
66 @ auto_generated_files_dir "lib/aws/generated"
77
You can’t perform that action at this time.
0 commit comments