Commit 64fb32f
authored
Release v0.7.4 (#215)
* Increased the number of random characters used when creating resources
to minimize collisions
([#214](#214)). The
continuous integration workflow has been updated to install a newer
version of the hatch tool, specifically version 1.15.0, replacing the
previous version 1.9.4, to avoid compatibility issues with click.
Additionally, the code has been modified to increase the number of
random characters used when creating resources from 4 to 8, aiming to
minimize collisions, particularly in larger projects that rely heavily
on PyTester. This change affects various resource creation methods and
is intended to reduce the likelihood of name collisions and improve the
overall stability of the system. The changes are covered by regression
testing and have been manually tested to ensure their correctness and
effectiveness.1 parent 963c8af commit 64fb32f
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments