Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEVISACCESSAPP-6305: Update to version 3.8.0 #51

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

tamas-toth
Copy link
Contributor

  • Update app version to 3.8.0
  • Updated all Nevis specific dependencies to 3.8.0

Copy link
Contributor

@balazs-gerlei balazs-gerlei left a comment

Choose a reason for hiding this comment

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

I have a couple of questions but otherwise okay, please answer them but unless they trigger some kind of change (which is not likely), it's okay to merge from my side.

Comment on lines +53 to +57
const deviceInformation =
(await client?.localData.deviceInformation()) ?? DeviceInformationUtils.create();
await client?.operations.registration
.username(usernameToRegister)
.deviceInformation(DeviceInformationUtils.create())
.deviceInformation(deviceInformation)
Copy link
Contributor

Choose a reason for hiding this comment

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

❓What is the reason for this change?

Copy link
Contributor Author

@tamas-toth tamas-toth Nov 20, 2024

Choose a reason for hiding this comment

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

We discussed it earlier and it's a common mistake to do not reuse the already existing device information.
On the other hand if you do not reuse the already existing device information and start to use the new devices endpoint to check device information mismatches you will get a DeviceNameMismatch if multiple accounts are registered.

package.json Outdated Show resolved Hide resolved
@tamas-toth tamas-toth force-pushed the feature/NEVISACCESSAPP-6305-Update-to-3.8.0 branch from c47fbf5 to 3b9b831 Compare November 20, 2024 09:24
- Update app version to 3.8.0
- Updated all Nevis specific dependencies to 3.8.0
@tamas-toth tamas-toth force-pushed the feature/NEVISACCESSAPP-6305-Update-to-3.8.0 branch from 3b9b831 to 390a9d3 Compare November 20, 2024 09:29
@tamas-toth tamas-toth merged commit 3dd4f84 into main Nov 20, 2024
6 checks passed
@tamas-toth tamas-toth deleted the feature/NEVISACCESSAPP-6305-Update-to-3.8.0 branch November 20, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants