Releases: paritytech/polkadot-testnet-faucet
Releases · paritytech/polkadot-testnet-faucet
v2.1.1
What's Changed
- clarified name of the relay chain in Rococo by @Bullrich in #280
- Bump vite from 4.2.1 to 4.2.3 in /client by @dependabot in #283
- client: added support for westend by @Bullrich in #281
- Fixed error on different base by @Bullrich in #287
- fixed relative path usage on base enabled by @Bullrich in #288
- question btn hidden on mobile by @Bullrich in #290
- Fixed block explorer 🧱 url in success screen by @Bullrich in #294
- Update the E2E tests to run against Polkadot v0.9.42 by @rzadp in #295
- Removing ui image and docker-compose files by @mutantcornholio in #296
- Internal dependencies update by @mutantcornholio in #297
- Bump XCM types to V3 by @rzadp in #303
Full Changelog: v2.1.0...v2.1.1
v2.1.0
fixed minor issues in the markdown file (#276) Fixed minor issues like having the wrong button name or wrong spacing like `[ here]` instead of `[here]`
v2.0.0
Major refactoring and updates to the Faucet. The main notable change is #221 (faucet now deployed as single process)
What's Changed
- Use
opstooling-js-style
by @rzadp in #183 - Introduce strong TS types for config variables by @rzadp in #184
- Finish the request handling in the case of an error by @rzadp in #185
- Refactor: Extract the drip request handler by @rzadp in #186
- Properly bind response sending function by @rzadp in #191
- Add an option to handle external requests protected by ReCaptcha by @rzadp in #192
- Introduce Rococo external faucet kubernetes config by @rzadp in #194
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #193
- Specify jest roots by @rzadp in #195
- Introduce E2E tests for the faucet bot and server by @rzadp in #198
- Mak/add-ci-co by @mordamax in #201
- ci: created github-issue-sync workflow file by @Bullrich in #196
- Optimize docker image (re)builds by @rzadp in #200
- Created client for the faucet by @Bullrich in #204
- Migrated to Captcha v2 by @Bullrich in #210
- Divided endpoints based on faucet or drip bot by @Bullrich in #211
- E2E tests: run bot and backend as docker containers by @rzadp in #206
- created tests for endpoints by @Bullrich in #216
- Bullrich/delete drip endpoint by @Bullrich in #218
- Added network dropdown to client by @Bullrich in #214
- added number pattern to parachain input by @Bullrich in #220
- Allow both bot and web API in a single deployment by @rzadp in #221
- Add CI job to publish docker images description by @sergejparity in #222
- Change teleport mechanism from V1 to V2 by @rzadp in #225
- Set up argocd sync deployments by @PierreBesson in #226
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Switch to new parity matrix server URL (#181) * change examples to refer to the new Parity matrix server URL * make accounts from the new Parity Matrix server URL priviledged * fix tests for new priviledged account rules * fix matrix server URL in rococo docker compose file
v1.3.1
Revert "Trying to fix prod deployment (#176)" (#177) This reverts commit 03ddeea8b87f3a50a1ca091266732e1329cdfebf.
v1.3.0
v1.2.5
What's Changed
- [ci] fix deploy helm by @alvicsam in #166
- [ci] fix deploy staging by @alvicsam in #167
- [ci] chores by @alvicsam in #168
- fix dependencies by @mordamax in #169
- Remove versi deployment from gitlab pipeline by @PierreBesson in #171
- Update deployment instructions by @PierreBesson in #170
Full Changelog: v1.2.4...v1.2.5
v1.2.4-redeploy2
Redeploy
v1.2.4-redeploy
Nothing new, just re-deploy
v1.2.4
Revamp faucet helm deployment and add Versi faucet as a staging envir…