Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@


.xref:release-notes:sdk-release-notes.adoc[Release notes]
** xref:release-notes:0.7.2-rn.adoc[0.7.2]
** xref:release-notes:0.7.1-rn.adoc[0.7.1]
** xref:release-notes:0.7.0-rn.adoc[0.7.0]
** xref:release-notes:0.6.26-rn.adoc[0.6.26]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/download.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ To download and install a specific version from a terminal shell:

. Set the `DFX_VERSION` environment variable to the version of the {sdk-short-name} package you want to install as a prefix to `+curl+` command.
+
For example, to install version 0.7.1, you would run the following command:
For example, to install version 0.7.2, you would run the following command:
+
[source,bash]
----
DFX_VERSION=0.7.1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFX_VERSION=0.7.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
----

NOTE: If you are using the DFX_VERSION environment variable to install a version of the {sdk-short-name} not yet publicly available, see this link:http-middleware{outfilesuffix}[article] for an overview of what's changed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "webpack"
},
"devDependencies": {
"@dfinity/agent": "0.7.1",
"@dfinity/agent": "0.7.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only thing is that the @dfinity/agent version and the dfx version aren't synced anymore, so this may or may not result in the correct output. That being said, if it's just a sample package.json, that's not a big deal.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True. Devs can always get the latest with npm install --save @dfinity/agent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a sample that gets updated when I do a global version update. But I think this is somewhat hidden information (I think I have it mentioned in the install section because that's where the JS agent was introduced and/or in a previous release note when we decoupled.
I'm thinking of adding this to the text where this example is used:

The version of the JavaScript agent in this example +package.json+ file is +0.7.2+. In most cases, however, you would want to use the latest version of the agent available. When you create a new project, the +dfx new+ command automatically retrieves the latest version of the JavaScript agent for you. You can also manually retrieve the latest version after creating a project by running the +npm install --save @dfinity/agent+ command.


WDYT?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that looks good to me.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. TY. Added here: #553

"assert": "2.0.0",
"buffer": "6.0.3",
"events": "3.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "webpack"
},
"devDependencies": {
"@dfinity/agent": "0.7.1",
"@dfinity/agent": "0.7.2",
"assert": "2.0.0",
"buffer": "6.0.3",
"events": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/define-actor-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packtool": ""
}
},
"dfx": "0.7.1",
"dfx": "0.7.2",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/multiple-actors/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packtool": ""
}
},
"dfx": "0.7.1",
"dfx": "0.7.2",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/sample-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},

"dfx": "0.7.1",
"dfx": "0.7.2",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/sample-explore-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"packtool": ""
}
},
"dfx": "0.7.1",
"dfx": "0.7.2",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ DFX_TELEMETRY_DISABLED=1
Use the `+DFX_VERSION+` environment variable to identify a specific version of the {sdk-short-name} that you want to install.

....
DFX_VERSION=0.7.1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFX_VERSION=0.7.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
....
2 changes: 1 addition & 1 deletion modules/developers-guide/pages/install-upgrade-remove.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table describes the development environment components that the in

The `~/.cache/dfinity/versions` directory stores one or more versioned subdirectories of the {sdk-short-name}.
Each versioned subdirectory contains the all of the directories and files required for a specific version of the {sdk-short-name}.
For example, if you list the contents of the `~/.cache/dfinity/versions/0.7.1` directory you would see the following core components:
For example, if you list the contents of the `~/.cache/dfinity/versions/0.7.2` directory you would see the following core components:

....
total 349192
Expand Down
2 changes: 1 addition & 1 deletion modules/quickstart/pages/local-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dfx --version
The command displays version information for the `+dfx+` command-line executable similar to the following:
+
....
dfx 0.7.1
dfx 0.7.2
....
. Preview usage information for the other `+dfx+` command-line sub-commands by running the following command:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/quickstart/pages/network-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dfx --version
The command displays version information for the `+dfx+` command-line executable similar to the following:
+
....
dfx 0.7.1
dfx 0.7.2
....
. Preview usage information for the other `+dfx+` command-line sub-commands by running the following command:
+
Expand Down
17 changes: 17 additions & 0 deletions modules/release-notes/pages/0.7.2-rn.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
= Highlights of what's new in {release}
:description: DFINITY Canister Software Development Kit Release Notes
:proglang: Motoko
:IC: Internet Computer
:company-id: DFINITY
:release: 0.7.2
ifdef::env-github,env-browser[:outfilesuffix:.adoc]

The {release} release includes updates and fixes that are primarily internal to improve existing features and functions rather than user-visible.

The most significant changes in this release include the following:

* Support for the latest version of the {IC} specification and replica.

* The availability of new application subnets enable you to now deploy projects on the {IC}.

* The default cycle balance for new cycles wallet canisters is now set to 3T (three trillion) cycles on application subnets and 4T (four trillion) on verified application subnets.
2 changes: 1 addition & 1 deletion modules/release-notes/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:proglang: Motoko
:IC: Internet Computer
:company-id: DFINITY
:release: 0.7.1
:release: 0.7.2
ifdef::env-github,env-browser[:outfilesuffix:.adoc]

The {sdk-long-name} enables developers to develop applications to run on the {IC}.
Expand Down