File tree Expand file tree Collapse file tree 8 files changed +14
-8
lines changed Expand file tree Collapse file tree 8 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for backoffAlgorithm Library
2
2
3
+ ## v1.3.1 (May 2024)
4
+
5
+ ### Changes
6
+ - [ #51 ] ( https://github.com/FreeRTOS/backoffAlgorithm/pull/51 ) Update MISRA Check Information.
7
+ - [ #45 ] ( https://github.com/FreeRTOS/backoffAlgorithm/pull/45 ) Update doxygen version to 1.9.6.
8
+
3
9
## v1.3.0 (October 2022)
4
10
5
11
### Changes
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ attempting reconnections when they are unlikely to succeed.
25
25
See memory requirements for this library
26
26
[ here] ( ./docs/doxygen/include/size_table.md ) .
27
27
28
- ** backoffAlgorithm v1.3.0
29
- [ source code] ( https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.0 /source )
28
+ ** backoffAlgorithm v1.3.1
29
+ [ source code] ( https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.1 /source )
30
30
is part of the
31
31
[ FreeRTOS 202210.00 LTS] ( https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202210.00-LTS )
32
32
release.**
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = backoffAlgorithm
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = v1.3.0
51
+ PROJECT_NUMBER = v1.3.1
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
name : " backoffAlgorithm"
2
- version : " v1.3.0 "
2
+ version : " v1.3.1 "
3
3
description : |
4
4
"Algorithm for calculating exponential backoff with jitter for network retry attempts.\n"
5
5
license : " MIT"
Original file line number Diff line number Diff line change 1
1
/*
2
- * backoffAlgorithm v1.3.0
2
+ * backoffAlgorithm v1.3.1
3
3
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
*
5
5
* SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change 1
1
/*
2
- * backoffAlgorithm v1.3.0
2
+ * backoffAlgorithm v1.3.1
3
3
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
*
5
5
* SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change 1
1
/*
2
- * backoffAlgorithm v1.3.0
2
+ * backoffAlgorithm v1.3.1
3
3
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
*
5
5
* SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change 1
1
/*
2
- * backoffAlgorithm v1.3.0
2
+ * backoffAlgorithm v1.3.1
3
3
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
*
5
5
* SPDX-License-Identifier: MIT
You can’t perform that action at this time.
0 commit comments