Skip to content

update build to number#32

Merged
VicV merged 1 commit into
mainfrom
fix/api-conformity/DVC-1998
Jan 18, 2022
Merged

update build to number#32
VicV merged 1 commit into
mainfrom
fix/api-conformity/DVC-1998

Conversation

@VicV
Copy link
Copy Markdown
Contributor

@VicV VicV commented Jan 17, 2022

No description provided.

private var country: String? = null
private var appVersion: String? = null
private var appBuild: String? = null
private var appBuild: Long? = null
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.

is this not a semver?

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.

the SDK API spec is specified as a string also

  • name: appBuild
    in: query
    description: App Build number of the running application
    required: false
    schema:
    type: string

https://github.com/taplytics/DevCycle/blob/main/cf-workers/client-sdk-api/docs/client-sdk-api.yaml

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 version code, which is a number.

Version NAME will be a string.

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.

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.

Also @ajwootto

image

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.

Tested out the before and after - appBuild is definitely giving a 400 when sent as a String!

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.

@jonathannorris is this an expected change though?

@VicV VicV force-pushed the fix/api-conformity/DVC-1998 branch from 18ace40 to f9dbc7f Compare January 18, 2022 21:53
@VicV VicV merged commit f34d8a2 into main Jan 18, 2022
@VicV VicV deleted the fix/api-conformity/DVC-1998 branch January 18, 2022 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants