You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,40 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6
6
## [Unreleased]
7
7
:exclamation: After updating to this version, you will need to execute the [SQL migration script][unreleased-sql-migration] on your database.
8
8
### Added
9
+
- Bot API 4.2 (Polls).
10
+
-`getIsMember()` method to `ChatMember` entity.
11
+
-`getForwardSenderName()` method to `Message` entity.
12
+
-`forward_sender_name` (and forgotten `forward_signature`) DB fields.
9
13
- Added missing API fields to Entities and DB.
10
14
- Created database tables for `shipping_query` and `pre_checkout_query`.
11
15
### Changed
12
16
### Deprecated
13
17
### Removed
14
18
### Fixed
19
+
- Missing DB table name specifier in `/cleanup` command. (#947)
15
20
### Security
16
21
22
+
## [0.56.0] - 2019-04-15
23
+
### Added
24
+
- Helper for sending `InputMedia` objects using `Request::sendMediaGroup()` and `Request::editMediaMessage()` methods. (#934)
25
+
- Allow passing absolute file path for InputFile fields, instead of `Request::encodeFile($path)`. (#934)
26
+
### Changed
27
+
- All Message field types dynamically search for an existing Command class that can handle them. (#940)
28
+
- Upgrade dependencies. (#945)
29
+
### Deprecated
30
+
- Botan.io service has been discontinued. (#925)
31
+
- Most built-in System Commands will be handled by GenericmessageCommand by default in a future release and will require a custom implementation. (#940)
32
+
### Fixed
33
+
- Constraint errors in `/cleanup` command. (#930)
34
+
- Return correct objects for requests. (#934)
35
+
- PHPCS: static before visibility declaration. (#945)
36
+
37
+
## [0.55.1] - 2019-01-06
38
+
### Added
39
+
- Add missing `Request::editMessageMedia()` and `CallbackQuery::getChatInstance()` methods.
40
+
### Fixed
41
+
- Return correct message type.
42
+
17
43
## [0.55.0] - 2018-12-20
18
44
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.55.0-sql-migration] on your database.
19
45
### Added
@@ -230,7 +256,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments