Skip to content

Commit

Permalink
Merge branch 'main' into add-sns
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goodwin committed Mar 9, 2024
2 parents 7a781bb + 2824598 commit f6083de
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build
on:
pull_request: {}
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yml
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

release:
needs: [build]
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.10 (2024-03-09)


### Features

* add first version of itty-aws tested with DynamoDB ([21e5a85](https://github.com/sam-goodwin/itty-aws/commit/21e5a85d2d96268b9afbb10f2f1b83b64e0aabb0))
* add S3 support ([#19](https://github.com/sam-goodwin/itty-aws/issues/19)) ([f6d94f1](https://github.com/sam-goodwin/itty-aws/commit/f6d94f18b338739c6da50cf54768fec5b8862481))
* add SQS support ([#34](https://github.com/sam-goodwin/itty-aws/issues/34)) ([fdb76bc](https://github.com/sam-goodwin/itty-aws/commit/fdb76bcd62e07e6784b9731d197386fc5d9e92b8))
* generate mappings for amz-target and json type from smithy ([#18](https://github.com/sam-goodwin/itty-aws/issues/18)) ([1552566](https://github.com/sam-goodwin/itty-aws/commit/1552566e3dec064abadf16bc1ebd2e0197bd5714))
* implement SSM ([#8](https://github.com/sam-goodwin/itty-aws/issues/8)) ([4012a83](https://github.com/sam-goodwin/itty-aws/commit/4012a83ca0c328d06524b34cda667a0f7b77aa63))
* set up repeatable test and improve error ([#11](https://github.com/sam-goodwin/itty-aws/issues/11)) ([d42f5a8](https://github.com/sam-goodwin/itty-aws/commit/d42f5a84f9a82f6476e18a614b574d86e7dc2684))
* support < Node 18 using HTTPs and extend S3 support ([#20](https://github.com/sam-goodwin/itty-aws/issues/20)) ([773bf0e](https://github.com/sam-goodwin/itty-aws/commit/773bf0e288375aa293f17339dba4b398f1487b8f))
* support ClientOptions containing endpoint and credentials ([#15](https://github.com/sam-goodwin/itty-aws/issues/15)) ([e6439d8](https://github.com/sam-goodwin/itty-aws/commit/e6439d8b1ee02be2e8ce50475b0c2d7575047470))
* support EventBridge ([#16](https://github.com/sam-goodwin/itty-aws/issues/16)) ([bd2cd1b](https://github.com/sam-goodwin/itty-aws/commit/bd2cd1b7aa1da6dc3a4471d73b9f16a4a73a2f60))


### Bug Fixes

* parsing XML of getObject ([ed8f3e4](https://github.com/sam-goodwin/itty-aws/commit/ed8f3e44adeed60e135a329327c932b9b06095e4))
* release.yml ([6fec7a2](https://github.com/sam-goodwin/itty-aws/commit/6fec7a26f6b81c080c90348f6e022db6ea67821d))

### 0.0.8 (2023-01-21)


Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ This project aims to eliminate the following issues with the official AWS SDK:

The entire AWS SDK (including all Services and APIs) fits in to a

<<<<<<< HEAD
- Minified bundle size of: `24 KB`.
- Un-minified bundle size of: `37 KB`.
=======
- Minified bundle size of: `22 KB`.
- Un-minified bundle size of: `32 KB`.
>>>>>>> main
> 💪 It is possible to reduce this even further.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itty-aws",
"version": "0.0.9",
"version": "0.0.10",
"files": [
"dist"
],
Expand Down

0 comments on commit f6083de

Please sign in to comment.