Skip to content

Latest commit

 

History

History
295 lines (212 loc) · 26.4 KB

CHANGELOG.md

File metadata and controls

295 lines (212 loc) · 26.4 KB

Changelog

v1.5.0 (2023-10-04)

Feature

Documentation

  • Explicit reference on how to obtain the dispenser address (#321) (d7db09c)

v1.4.2 (2023-09-29)

Documentation

v1.4.1 (2023-08-21)

Fix

  • Localnet displays a warning when image is out of date (#308) (be5a5df)
  • Adding fixes to allow working with local filesystem files when interacting with algokit goal commands (#304) (caca2b5)

v1.4.0 (2023-08-14)

Feature

v1.3.0 (2023-08-01)

Feature

  • Add new "deploy" command to execute user/template defined logic to deploy smart contracts to an Algorand network (#295) (6673f80)

Fix

  • Pip-audit dependencies (#307) (142dba3)
  • Handle deploy commands on windows that are actually .cmd files or similar (#303) (17791c7)

Documentation

  • Advanced algokit generate command ADR (#305) (cb0ac17)
  • Adding algokit template documentation (#300) (6e19743)

v1.2.0 (2023-07-04)

Feature

  • Detecting whether opening folder contains *.code-workspace file (#294) (e902d55)
  • Adding react and fullstack templates (#291) (5af81f1)

Fix

  • Hotfixing a bug that is caused by pydantic v2 being installed as a copier dependency (#297) (31b580b)
  • Update algokit-client-generators (#293) (cf0f46f)

Documentation

  • Switching to more reliable visitors badge provider (51dce8b)
  • Fixing underline caused by whitespace in html tags on readme (f824596)

v1.1.6 (2023-06-21)

Fix

  • Increase timeout when doing algod health check (#290) (2b39970)

Documentation

v1.1.5 (2023-06-15)

Fix

  • Update typescript algokit-client-generator to 2.2.1 (#286) (bbb86b4)

v1.1.4 (2023-06-14)

Fix

  • Update typescript algokit-client-generator (#284) (37d5082)

v1.1.3 (2023-06-13)

Fix

  • Update python algokit-client-generator (#283) (5330baa)

v1.1.2 (2023-06-13)

Fix

  • Use /v2/status for algod health check (#282) (91e5e36)

v1.1.1 (2023-06-13)

Fix

  • Add check for localnet start to wait for algod to be ready (#281) (dff0a5d)

Documentation

  • Updating adr header to reflect status and deciders (b84a07d)

v1.1.0 (2023-06-07)

Feature

  • Adding minimum required version for algokit. (#273) (10aacc2)
  • Use official Algorand Docker images for LocalNet (#268) (fc5106c)
  • Add generate client command (#266) (b885fb1)

Fix

  • Don't reset localnet if only algod_config.json is missing (#269) (ff3ef56)
  • Bootstrap failure during init now shows the error to avoid confusion (8a36e82)
  • Workaround ValueError raised when using --defaults flag with copier 7.1 (#256) (e224070)

Documentation

  • Document typed client dependency (#275) (87d7233)
  • Add example usage for typed clients (16d91f5)
  • Add generate docs (#270) (da8e46d)
  • Update localnet docs to include links to AlgoKit Utils (6e937a8)
  • README update (8702e45)
  • Changes to wording of output stability snippet (f378013)
  • Added output stability article content (c3a89f1)
  • Include note about pipx ensurepath (847013d)
  • Link to repo search, fixes #240 (2550f6f)

v1.0.1 (2023-03-29)

Documentation

  • Reference overview image with absolute url (c987f84)
  • Added overview image (4c387ee)
  • Make README.md links absolute (8435bc7)

v1.0.0 (2023-03-29)

Feature

  • localnet: Changing the default reset behaviour to not pull images (6d3f10e)

Breaking

Documentation

  • Remove mention of virtualenv when describing bootstrap command (302498f)
  • Explain what running bootstrap during init will do (4bd58bd)
  • Added file copy advice (2b4882c)
  • Added note about algokit explore after a localnet start (7a068b1)
  • Provide feedback when calling algokit explore (def4ef5)
  • Update --bootstrap help text on algokit init (ce9ebea)
  • Updating auto-generated docs (637d534)
  • Command help text improvements for bootstrap and init (67eb3f6)
  • Update config and completions help text (7e0c087)
  • Update doctor help text (111bf2e)
  • Removing incorrect references to sandbox (7179eb8)
  • Improving doctor command feature description (a8a2862)
  • Updating bootstrap command descriptions (07a5fdb)
  • Fixing heading order in intro tutorial (46b5023)
  • Getting README.md ready for 1.0 (815712f)

v0.6.0 (2023-03-28)

Feature

  • Prompt for template first (91326f3)

Documentation

v0.5.0 (2023-03-24)

Feature

  • Change playground template to point to new repo (805d63c)
  • init: Added --no-ide flag to allow user to prevent IDE opening (#211) (cd9f015)

v0.4.1 (2023-03-22)

Fix

  • init: Resolving issue with opening VS Code automatically on windows (691543d)

v0.4.0 (2023-03-22)

Feature

  • Increase max content width to 120 for easier reading in wider terminals (cadc615)
  • Include "extra version info" in all commands not just docker compose (f1c1d69)
  • Detect if code is on path && .vscode exists and try to launch (78f8b3f)
  • Add a command to see logs from localnet docker containers (31c9cc4)

Fix

  • Make failure to run npm install during bootstrap error message more explicit (468a186)
  • When executing goal/bash inside algod container only show localnet hint if it looks like the container doesn't exist or isn't running (b9dc57f)
  • Allow going back to template selection from custom url (929eefb)

Documentation

  • localnet: Removing known LocalNet issue that is fixed (6747642)

v0.3.3 (2023-03-09)

Fix

  • Use /v2/status when querying localnet algod container (#198) (0fb0488)

Documentation

  • Fix references to renamed sandbox command (#194) (8b2910b)
  • Added step in install instructions to restart terminal (f8e47a5)
  • Update windows install instructions (e9d0a9d)

v0.3.2 (2023-03-03)

Fix

  • Resolve config paths in case of folder redirection e.g. UWP python (#191) (0c2b291)

v0.3.1 (2023-02-24)

Fix

  • Git versions prior to 2.28 no longer fail on algokit init (#184) (0559582)
  • Fix version comparison when checking for new versions (#183) (c272658)

v0.3.0 (2023-02-23)

Feature

  • Add init --template-url-ref option to allow using a specific commit, tag or branch (5bf19a3)
  • Rename sandbox command to localnet (7ee55bd)

Fix

  • doctor: Ensuring full docker version information is visible in Doctor output to improve debugging, fixes comment in #164 (#173) (a2c51e8)
  • Handle git not being installed when running algokit (ccc5eb0)
  • doctor: Docker compose version parsing, fixes #164 (c3f4ef8)
  • Updating gitpython to resolve pip-audit vulnerability warning (#169) (2a10d67)

Documentation

  • Gave context to Sandbox and PyTEAL (0a96e13)
  • Updated use cases -> capabilities (ef0527a)
  • Added missing recommendation for type-safe client (26a6717)
  • Completed draft for architecture decision for smart contract deployment (40faf83)
  • First draft of architecture decision for smart contract deployment (9e77817)
  • Rename sandbox to localnet (aa35da7)
  • Update example output for Verify installation section (14f6f90)
  • Fixing incorrect description for Sandbox command (4bea5fa)
  • Fix init description in algokit.md (#156) (39eee95)

v0.2.0 (2023-01-16)

Feature

  • Update windows install instructions and bump version so PyPi will accept new release (#154) (5ff5223)

v0.1.3 (2023-01-16)

Documentation

  • Update pipx install instructions (e91a06a)

v0.1.2 (2023-01-11)

Documentation

v0.1.1 (2023-01-10)

Fix

  • Adding installation documentation update re: pipx (75d3590)
  • Temporarily turning off PyPi publishing while we decide on the final package name (6c1a2e2)

v0.1.0 (2023-01-09)

Feature

  • Windows Chocolatey package (#80) (3f4bb04)
  • bootstrap: Prompt for env tokens (#114) (a6fe18f)
  • explore: Add explore command for launching Dappflow Explorer (#112) (4db26b0)
  • version-check: Added check to periodically check for new releases on GitHub and inform when found (#111) (1772439)
  • doctor: Use sys.version for fuller output (vs version_info tuple) (#101) (55fe4fc)
  • completions: Add completions support for bash and zsh (e7c50e5)
  • doctor: Tweak commands for windows (8f79629)
  • doctor: Fix timezone in tests (d9fe303)
  • doctor: Adding tests (58d5708)
  • doctor: Refactor (b0fe39a)
  • doctor: Colouring output (6bfb300)
  • doctor: Address pr comments and add more logic (e7a3090)
  • .env file: Add tests for default and custom values (58511dc)
  • init: Add .env file to template and passing custom values (if required) (e77eca8)
  • init: Implemented ability to specify a commit hash so you can anchor templates from semi-trusted sources to a known good version (#77) (772d420)
  • sandbox: Added algokit sandbox console (95565df)
  • goal: Added algokit goal --console (8dd947b)
  • algokit: Implementing automated, semantic versioning (e4859d4)

Fix

  • docs: Tweaks to the reference documentation (6d872a1)
  • Expression on Publish Release Packages action (1c08f95)
  • Attempting to isolate main branch versioning (5ab7089)
  • Improve documentation and argument values for version-prompt config (aee3a1a)
  • completions: Explicitly use utf8 for Windows compat (5033f8e)
  • bootstrap: Improving robustness and test coverage for bootstrap poetry command (#89) (a4a6823)
  • init: Don't prompt for project name in the template - take it from the directry name in the root init command (fc84791)
  • Windows weird error on GitHub Actions (0b81808)
  • git: Update gitattributes to ensure EOL=LF (b13a972)
  • build: Run black with --check (e4e3875)
  • logging: Ensure log files get opened in UTF-8 encoding (bc666fe)
  • Removing deleted folder from beaker template from assert (8b4b46a)
  • Temporary fix for excessive build minutes consumption and commenting out PyPi publishing code since it errors out (399ca0e)

Breaking

  • --ok-exit-code no longer exists on algokit bootstrap poetry, no need for copier templates to call algokit now so no need for this feature (a4a6823)