Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from dfinity/bjoern/cut-release-0.18.8
Browse files Browse the repository at this point in the history
Cut release 0.18.8
  • Loading branch information
Dfinity-Bjoern authored Nov 11, 2022
2 parents 241c1dd + a45a2a1 commit e8e3de7
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 120 deletions.
6 changes: 6 additions & 0 deletions spec/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[#changelog]
== Changelog

[#0_18_8]
=== 0.18.8 (2022-11-09)
* Updated HTTP request API
* Canister status available to canister
* 64-bit stable memory is no longer experimental

[#0_18_7]
=== 0.18.7 (2022-09-27)
* HTTP request API
Expand Down
5 changes: 3 additions & 2 deletions spec/ic.did
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ service ic : {
method : variant { get; head; post };
headers: vec http_header;
body : opt blob;
transform : opt variant {
function: func (http_response) -> (http_response) query
transform : opt record {
function : func (record {response : http_response; context : blob}) -> (http_response) query;
context : blob
};
}) -> (http_response);

Expand Down
2 changes: 1 addition & 1 deletion spec/ic0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ ic0.time : () -> (timestamp : i64); // *
ic0.performance_counter : (counter_type : i32) -> (counter : i64); // * s

ic0.debug_print : (src : i32, size : i32) -> (); // * s
ic0.trap : (src : i32, size : i32) -> (); // * s
ic0.trap : (src : i32, size : i32) -> (); // * s
Loading

0 comments on commit e8e3de7

Please sign in to comment.