Skip to content

Releases: numerous-com/numerous-files

v0.1.2

17 Oct 17:18
Compare
Choose a tag to compare

v0.1.2 (2024-10-17)

Fix

  • fix(files): Removed unnecessary requirements (21a44c1)

v0.1.1

17 Oct 13:05
Compare
Choose a tag to compare

v0.1.1 (2024-10-17)

Documentation

Fix

  • fix(files): Upgraded ariadne-codegen to 0.14.0 (3445320)

Unknown

  • chore (ci): fixes to version/semanctic release conf (9b3a898)

v0.1.0

17 May 09:38
Compare
Choose a tag to compare

v0.1.0 (2024-05-17)

Chore

  • chore(ci): Write permissions git repo (f261395)

  • chore(ci): fix build step (816a736)

  • chore(ci): Adding release step and semantic versioning (d0069a0)

  • chore(docs): Update README.md (d16b1ec)

  • chore(tests): Fix issue with test_file_copy in aws filemanager tests (bcf4b03)

  • chore(tests): IMprove tests by usinng txt file and not .py files. Using fixture for local file manager with clean up. (30fbefe)

  • chore(aws_s3): Fix line breaks in functions calls. (6652a35)

  • chore(docs): Formatting and minor updates to readme.md (fbd4679)

  • chore(docs): Update readme with argument for workfolder of local storage. (5c66b3f)

  • chore(install): remove init from numerous namespace. Update package name to numerous-files. (1dfb36f)

  • chore(docs): small updates of readme.md (673d046)

  • chore(docs): update read the docs (77b4c88)

  • chore(docs): update python tool (76a8f66)

  • chore(docs): Update python tool (3e965b4)

  • chore(docs): change py ver (9a960fe)

  • chore(license): Moved license and contributing out of docs folder. (c268846)

  • chore(docs): Adding documentation (ae2e987)

  • chore(docs): updated readme.md (fea83fe)

  • chore(tests): moved env def (79b9d01)

  • chore(tests): debug secrets in pytest (353454c)

  • chore(files): remove ignore untyped (9744375)

  • chore(actions): add -e (76976bc)

  • chore(tests): remove type ignores (facc5c7)

  • chore(actions): add write (0750e52)

  • chore(actions): v3 (3f79afb)

  • chore(actions): v2 (4c16392)

  • chore(actions): move get-caller-identity (2949556)

  • chore(actions): add update (c0521a3)

  • chore(actions): install aws cli (648dcce)

  • chore(actions): Add debug step (88de38c)

  • chore(actions): remove quotes (c15a56f)

  • chore(actions): quotes (a1d063e)

  • chore(actions): added quotes to role arn (d444638)

  • chore(actions): update arn (3e08387)

  • chore(files): update actions (e13f00f)

  • chore(files): Add role arn to secrets and configure AWS credentials. (3df1ead)

  • chore(github-actions): Update py version to 3.12 in Lint step. (8251075)

  • chore(files): Update README.md (0fd1dea)

  • chore(files): Versions of ruff and mypy updated (7d81407)

Feature

  • feat(files): Added an open method to use files with context managers (733186b)

  • feat(local files): Added local folder files (6a1d0ba)

  • feat(files): Added aws and file manager factory (03ae690)

  • feat(files): Implementation of memory file manager (f784802)

  • feat(files): Added file manager interface (7a47c2b)

Fix

  • fix(files): Default prefix for AWS S3 removed. (b4e2df4)

  • fix(files): added ability to override env var names (b245dd1)

  • fix(files): Upgraded factory method with getting credentials from ENV + added tests. (20a0a3b)

Unknown