Skip to content

Commit 534342c

Browse files
authored
Merge pull request #2524 from opentensor/backmerge/master-to-staging-845
Backmerge master to staging 845
2 parents d3f8e5f + ab14d21 commit 534342c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## 8.4.4 /2024-12-05
4+
5+
## What's Changed
6+
* Removes the call that automatically sets everything to warning level debugging by @thewhaleking in https://github.com/opentensor/bittensor/pull/2508
7+
* Exit `set_weights` on success by @thewhaleking in https://github.com/opentensor/bittensor/pull/2511
8+
* `test_dendrite` test clean up by @thewhaleking in https://github.com/opentensor/bittensor/pull/2512
9+
* Adds --logging.info level so it can be set @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
10+
* Allows wallet to be created through configs in the axon if it is provided by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
11+
* Changes verbosity level of ClientConnectorError and TimeoutError in the dendrite to debug by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
12+
* Fixes behaviour of config initialization for axon, subtensor, logging and threadpool by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
13+
* metagraph sync fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/2514
14+
* Remove metadata retrieval of custom errors from format_error_message by @thewhaleking in https://github.com/opentensor/bittensor/pull/2518
15+
* Backmerge master to staging for 8.4.4 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2519
16+
* Updates bt-decode to 0.4.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2520
17+
18+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.4.3...v8.4.4
19+
320
## 8.4.3 /2024-12-02
421

522
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.3
1+
8.4.4

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.4.3"
18+
__version__ = "8.4.4"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)