Skip to content

Commit

Permalink
chore(release): v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jul 9, 2024
1 parent 63cc998 commit 3ad3cf2
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 16 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
### Changed
### Fixed
- Hash part utility functions for core hash and DHT location. Both were using an incorrect number of bytes.
### Removed

## 2024-07-09: v0.17.1
### Fixed
- Hash part utility functions for core hash and DHT location. Both were using an incorrect number of bytes.

## 2024-06-17: v0.17.0
Release for use with the `0.3.1` version of Holochain

Expand Down
2 changes: 1 addition & 1 deletion docs/client.dhtlocationfrom32.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## dhtLocationFrom32() function

Generate dht location (last 4 bytes) from a core hash (middle 32 bytes)
Generate DHT location (last 4 bytes) from a core hash (middle 32 bytes).

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
2 changes: 1 addition & 1 deletion docs/client.hash_type_prefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## HASH\_TYPE\_PREFIX variable

Hash type labels and their 3 byte values (forming the first 3 bytes of hash)
Hash type labels and their 3 byte values (forming the first 3 bytes of hash).

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
2 changes: 1 addition & 1 deletion docs/client.hashfrom32andtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## hashFrom32AndType() function

Generate full hash from a core hash (middle 32 bytes) and hash type label
Generate full hash from a core hash (middle 32 bytes) and hash type label.

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
11 changes: 11 additions & 0 deletions docs/client.link.base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [Link](./client.link.md) &gt; [base](./client.link.base.md)

## Link.base property

**Signature:**

```typescript
base: AnyLinkableHash;
```
17 changes: 17 additions & 0 deletions docs/client.link.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,23 @@ Description
</td><td>


</td></tr>
<tr><td>

[base](./client.link.base.md)


</td><td>


</td><td>

[AnyLinkableHash](./client.anylinkablehash.md)


</td><td>


</td></tr>
<tr><td>

Expand Down
12 changes: 6 additions & 6 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Decodes a Base64 encoded string to a byte array hash.

</td><td>

Generate dht location (last 4 bytes) from a core hash (middle 32 bytes)
Generate DHT location (last 4 bytes) from a core hash (middle 32 bytes).

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down Expand Up @@ -347,7 +347,7 @@ Get credentials for signing zome calls.

</td><td>

Generate full hash from a core hash (middle 32 bytes) and hash type label
Generate full hash from a core hash (middle 32 bytes) and hash type label.

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down Expand Up @@ -422,7 +422,7 @@ Set credentials for signing zome calls.

</td><td>

Get core (center 32 bytes) from a hash
Get core hash from a Holochain hash (32 bytes).

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand All @@ -435,7 +435,7 @@ From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/h

</td><td>

Get dht location (last 4 bytes) from a hash
Get DHT location (last 4 bytes) from a hash.

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand All @@ -448,7 +448,7 @@ From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/h

</td><td>

Get hash type (initial 3 bytes) from a hash
Get hash type (initial 3 bytes) from a hash.

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down Expand Up @@ -1092,7 +1092,7 @@ Description

</td><td>

Hash type labels and their 3 byte values (forming the first 3 bytes of hash)
Hash type labels and their 3 byte values (forming the first 3 bytes of hash).

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
2 changes: 1 addition & 1 deletion docs/client.slicecore32.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## sliceCore32() function

Get core (center 32 bytes) from a hash
Get core hash from a Holochain hash (32 bytes).

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
2 changes: 1 addition & 1 deletion docs/client.slicedhtlocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## sliceDhtLocation() function

Get dht location (last 4 bytes) from a hash
Get DHT location (last 4 bytes) from a hash.

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
2 changes: 1 addition & 1 deletion docs/client.slicehashtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## sliceHashType() function

Get hash type (initial 3 bytes) from a hash
Get hash type (initial 3 bytes) from a hash.

From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holochain/client",
"version": "0.17.0",
"version": "0.17.1",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <info@holochain.org> (https://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit 3ad3cf2

Please sign in to comment.