Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 18:21
2085dac

Geolocation support

You can now access detailed geolocation information about the user inside your middleware.

export function middleware(request: NextRequest) {
  request.geo.country;
  request.geo.city;
  request.geo.timeZone;
});

Read more about it

Changes

  • 935544a: Add support for NextRequest geolocation
  • 0a4b952: Store public file posix path on Windows