Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit bc506db

Browse files
committed
bump CHANGELOG.md
Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent f0edf74 commit bc506db

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
- name: "integration tests failed"
5959
if: ${{ failure() }}
6060
run: |
61-
echo '::error:: ❗️iteintegration tests failed (╯°益°)╯彡┻━┻ '
61+
echo '::error:: ❗integration tests failed (╯°益°)╯彡┻━┻ '

.github/workflows/vendor-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
- name: "integration tests failed"
5858
if: ${{ failure() }}
5959
run: |
60-
echo '::error:: ❗️iteintegration tests failed (╯°益°)╯彡┻━┻'
60+
echo '::error:: ❗integration tests failed (╯°益°)╯彡┻━┻'

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# bitrix24-php-sdk change log
22

3-
## 2.0-alpha.6 — 20.01.2021
3+
## 2.0-alpha.6 — 7.02.2021
44

55
### Added
66

77
* add «fast» batch-query without counting elements in result
8-
recordset [Добавить поддержку выгрузки большого количества данных без подсчёта элементов (-1](https://github.com/mesilov/bitrix24-php-sdk/issues/248)
8+
recordset [Добавить поддержку выгрузки большого количества данных без подсчёта элементов -1](https://github.com/mesilov/bitrix24-php-sdk/issues/248)
9+
* add `Credentials` in CoreBuilder [set credentials from core builder](https://github.com/mesilov/bitrix24-php-sdk/pull/246)
910
* add method `Core\Batch::deleteEntityItems` for delete items in batch mode and integration test
1011
* add integration test for read strategy `FilterWithBatchWithoutCountOrderTest`
1112
* add type check in method `Core\Batch::deleteEntityItems` - only integer id allowed
@@ -19,7 +20,7 @@
1920
* add `Bitrix24\SDK\Core\BulkItemsReader` for data-intensive applications for bulk export data from Bitrix24, read strategies located in
2021
folder `ReadStrategies`, in services read model **must** use most effective read strategy.
2122
* add integration tests in GitHub Actions pipeline 🎉, now integration tests run on push on `dev-branch`
22-
* add incoming webhook for run integration tests `vendor-check.yml` from vendor CI\CD pipeline
23+
* add incoming webhook for run integration tests `vendor-check.yml` from vendor CI\CD pipeline
2324

2425
### Changed
2526

0 commit comments

Comments
 (0)