Skip to content

Commit

Permalink
Merge pull request #21 from telstra/feature/v3
Browse files Browse the repository at this point in the history
3.3.14
  • Loading branch information
zhanganderson authored Aug 30, 2024
2 parents 84c36cf + b9b0ae4 commit 1c07991
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ jobs:
runs-on: ubuntu-latest
needs:
# - test-production-test-pypi
- test
- build
- pre-commit
- release-required
steps:
- name: Retrieve packages
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.13] - 2024-08-30
## [3.3.14] - 2024-08-30

- Update get messages

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,9 @@ following arguments:
- `offset`: Use the offset to navigate between the response results.
An offset of 0 will display the first page of results, and so on.
- `filter`: Filter your Virtual Numbers by tag or by number.
- `startTime`: By Default messages from last 30 days will be fetched.Use this parameter to fetch the messages from the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. "2024-01-24T15:39:00Z".
- `endTime`: By Default messages from last 30 days will be fetched. Use this parameter to fetch the messages till the time you want. Set the time in London Greenwich Mean Time (adjusting for any time difference) and use ISO format, e.g. "2024-01-24T16:39:00Z".
- `reverse`: If set to true the results will be returned in reverse order. Recent messages will be returned first. By default, the results will be returned in the order they were sent/received.
- `startTime`: Use ISO format, e.g. "2024-01-24T15:39:00Z".
- `endTime`: Use ISO format, e.g. "2024-01-24T16:39:00Z".
- `reverse`: If set to true the results will be returned in reverse order.
- `direction`: Filter your messages by direction: outgoing or incoming.

Raises `telstra.messaging.exceptions.MessageError` if anything goes wrong.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "telstra.messaging"
version = "3.3.13"
version = "3.3.14"
readme = "README.md"
description = "SDK for the Telstra Messaging API V3 - Beta"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion telstra/messaging/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Messaging."""

__version__ = "3.3.13"
__version__ = "3.3.14"

0 comments on commit 1c07991

Please sign in to comment.