Skip to content

Releases: awslabs/aws-c-sdkutils

Fix compiler warning

18 Apr 16:55
75fa71a
Compare
Choose a tag to compare
Fix compiler warning Pre-release
Pre-release

What's Changed

  • add github templates and bots by @jmklix in #27
  • Explicit void parameter for aws_endpoints_rule_engine_init by @sdavtaker in #25

New Contributors

Full Changelog: v0.1.8...v0.1.9

Update parsing logic to include sso-session

14 Mar 20:36
9de5923
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

17 Nov 22:17
208a701
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Nov 16:46
25bf5cf
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

01 Nov 00:02
1986e34
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

27 Oct 17:25
662905e
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

Allow mix of static and shared libs

24 Aug 20:28
2d9ef42
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

allow multiple aws_sdkutils_library_init() calls

07 Feb 21:15
e3c23f4
Compare
Choose a tag to compare

What's Changed

  • allow multiple aws_sdkutils_library_init() calls by @graebm in #7

Full Changelog: v0.1.1...v0.1.2

Fix build for tests

12 Oct 23:42
399f525
Compare
Choose a tag to compare
Fix build for tests Pre-release
Pre-release
  • Bug fix for tests to build

Initial release with profile and ARN parsers

12 Oct 18:33
ff59d17
Compare
Choose a tag to compare
Imported aws_profile API (#3)

* Imported aws_profile API from https://github.com/awslabs/aws-c-common/pull/841

* Improved docs and reference semantics as per PR feedback