Skip to content

Commit fea2391

Browse files
authored
Release 25.1 V4 (#46)
* Code generated for v4 Code fixed Tests fixed Fixed tests Added exception parsing Generate form content type changed to multipart/form-data Regenerated after spec update Test fix Added documentation snippets Multipart file encapsulated to API functions Code formatted Added scripts for snippets run. Fixed snippets Snippets test added to gitignore Regenerated after operationId added to spec Snippets test added to Makefile Updated after operationId optimized Formate code Version updated * Added snippets test to ci Env var name unification * Snippets fixed to run with token in env var * Fix lint errors * Added CHANGELOG Clean git after test for dry run publish without warning * README updated
1 parent ca27704 commit fea2391

File tree

257 files changed

+4495
-11470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+4495
-11470
lines changed

.github/workflows/dart.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
run: dart pub get
1919

2020
- name: Dart test
21-
run: dart test
21+
run: |
22+
dart test
23+
chmod +x scripts/*
24+
./scripts/run_snippets.sh
25+
git clean -df
2226
env:
2327
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
2428

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ pubspec.lock
2929
coverage/
3030
test/configuration*.json
3131
!test/configuration.example.json
32+
snippets_test/

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 4.25.1
4+
5+
* [Aspose.BarCode.Cloud API](https://api.aspose.cloud/v4.0/barcode/swagger/spec) version changed to v4.0.
6+
7+
* Breaking changes of all methods and models.
8+
9+
* For Aspose.BarCode.Cloud v3.0 API use package 1.24.x version.
10+
311
## 1.24.12
412

513
* December 2024 Release

Code128.jpeg

10.6 KB
Loading

Code128.png

10.6 KB
Loading

Code39.jpeg

3.72 KB
Loading

Code39.png

2.65 KB
Loading

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lint: init
1313
test:
1414
dart test --chain-stack-traces
1515
dart example/main.dart
16+
./scripts/run_snippets.sh
1617

1718
.PHONY: format
1819
format:

Pdf417.png

1.69 KB
Loading

Pdf417.svg

Lines changed: 493 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)